Skip to main content

Internal structured logging utility for ECL microservices

Project description

Structured Logging Utilities for ECL microservices

Python Version License

Internal package for consistent structured logging across ECL microservices. Features JSON formatting, automatic metadata capture, and environment-based configuration. Utility will also handle pushing logs to OpenSearch if the OpenSearch related environment variables are set.

Features

  • 📝 Structured JSON logs with consistent schema
  • 🕒 Automatic timestamping in ISO 8601 format
  • 📍 Complete source location (file path, line number, module, function)
  • 🔍 Query-ready fields (transaction_id, request_ip, service_name)
  • ⚙️ Environment-controlled log levels
  • 🔗 Request context propagation across services
  • ☁️ Push logs to OpenSearch enterprise-grade search and observability suite that brings order to unstructured data at scale.
  • 🛡 Private package for internal use of ECL

Environment Variables

  • ECL_LOGGING_UTILITY_LOG_LEVEL: Set the log level, default: INFO
  • ECL_LOGGING_UTILITY_APP_VERSION: Denotes the app version which will be displayed in the log, default: AMBIVALENT_APP_VERSION
  • ECL_LOGGING_UTILITY_SERVICE_NAME: Denotes the service name which will be displayed in the log, default: AMBIVALENT_SERVICE_NAME
  • ECL_LOGGING_UTILITY_OPENSEARCH_ENABLED: Flag to enable/disable pushing logs to OpenSearch endpoint, default: False
  • ECL_LOGGING_UTILITY_OPENSEARCH_HOST: OpenSearch endpoint's host, default: localhost
  • ECL_LOGGING_UTILITY_OPENSEARCH_PORT: OpenSearch endpoint's port, default: 9200
  • ECL_LOGGING_UTILITY_OPENSEARCH_USERNAME: Basic Auth username, default: None
  • ECL_LOGGING_UTILITY_OPENSEARCH_PASSWORD: Basic Auth password, default: None

Installation

pip install ecl-logging-utility

Usage

from ecl_logging_utility import logger
logger.info("You have hit heartbeat", custom_1="1234", custom_2=500.0)

Version History

See CHANGELOG.md for release notes.

Project details


Download files

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

Source Distribution

ecl_logging_utility-1.0.6.tar.gz (4.1 kB view details)

Uploaded Source

Built Distribution

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

ecl_logging_utility-1.0.6-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

Details for the file ecl_logging_utility-1.0.6.tar.gz.

File metadata

  • Download URL: ecl_logging_utility-1.0.6.tar.gz
  • Upload date:
  • Size: 4.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for ecl_logging_utility-1.0.6.tar.gz
Algorithm Hash digest
SHA256 7b46c6195b3bf11e1da989f62511ec60dc23150bc23c6be68583224c04aed63b
MD5 2e9760e621f69df25d2fdb9d0cd9880c
BLAKE2b-256 c4aa90d392c27bed47512d0a834f1a16e86ecfdd78f68a89a0fcc0b49b6074bc

See more details on using hashes here.

File details

Details for the file ecl_logging_utility-1.0.6-py3-none-any.whl.

File metadata

File hashes

Hashes for ecl_logging_utility-1.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 fb3f43c4813093935f8a90d69dcf4613b8108ab2121d6f6c0fcb4ad9bfc4c9d2
MD5 acde694fd7244551eada041ba3c2f4e2
BLAKE2b-256 8246b003b50a31e710bad2febead6ffeb87496b14806f35417352d4ea1fa19cd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page