Skip to main content

global_service

A Python package for global logging, step-wise logging, and Oracle DB activity logging, with robust log delivery and local fallback.

Features

  • Centralized logging to a global service (HTTP endpoint)
  • Step-wise logger for tracking process steps
  • Oracle DB logging for web activity
  • Local fallback for failed log delivery
  • Fully dynamic configuration via code or environment variables

Installation

pip install global-service

Usage

from global_service import config, build_global_log_payload, send_log_to_global_service, StepLogger, save_step_logs_to_oracle

# Configure dynamically (recommended)
config.configure(
    GLOBAL_LOG_URL="http://your-log-server:8000/web_logs",
    APP_CODE="MY-APP-CODE",
    ORACLE_DB_HOST="dbhost",
    ORACLE_DB_PORT=1521,
    ORACLE_DB_SERVICE="ORCLPDB",
    ORACLE_USER="user",
    ORACLE_PASS="pass"
)

# Example: Send a log
payload = build_global_log_payload(request)
send_log_to_global_service(payload)

# Example: Step logger
step_logger = StepLogger()
step_logger.log("Step 1: Started")
step_logger.log("Step 2: Processing")
# ...
save_step_logs_to_oracle(payload, step_logger, request_body, response_body)

License

MIT License

Copyright (c) 2024 [Your Name or Organization]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lhs_global_service_django-1.0.9.tar.gz (18.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

lhs_global_service_django-1.0.9-py3-none-any.whl (21.0 kB view details)

Uploaded Python 3

File details

Details for the file lhs_global_service_django-1.0.9.tar.gz.

File metadata

File hashes

Hashes for lhs_global_service_django-1.0.9.tar.gz
Algorithm Hash digest
SHA256 635f83a23f786787efb81143403d6f8508de15088c3d192775ccafbe4a20eacc
MD5 fd8b9a719b324fdead59895c871c59b1
BLAKE2b-256 a4e1fdcdd0af898a076204c1430e9d7b18753df3b4ab4a0d1d93c7e06e1548a3

See more details on using hashes here.

File details

Details for the file lhs_global_service_django-1.0.9-py3-none-any.whl.

File metadata

File hashes

Hashes for lhs_global_service_django-1.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 fb33919f67fc2d536e5a276b7c5ab89f79f445d48b4f2d0a03b5e6420a3cf6be
MD5 663fa18f55cbc07cf54f87c106474501
BLAKE2b-256 8bb1785719d4843190a1423e4a3b40555f70d11f0aec3829b687859fb983888d

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.0.9 This release

2 files

1.0.8

2 files

1.0.7

2 files

1.0.6

2 files

1.0.5

2 files

1.0.4

2 files

1.0.3

2 files

1.0.2

2 files

1.0.1

2 files

1.0.0

2 files

0.0.7

2 files

0.0.6

2 files

0.0.5

2 files

0.0.4

2 files

0.0.3

2 files

0.0.2

2 files

0.0.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page