Skip to main content

AWS CloudWatch logging and context auto-discovery for logtron

Project description

Logtron-AWS

Release Downloads Supported Versions License

Build Coverage Documentation Maintainability Tech Debt Issues

Logtron-AWS is a set of AWS-targeted extensions for the Logtron library.

import logtron_aws
logger = logtron_aws.autodiscover()
logger.info("hello world")

Or

import logtron_aws
logtron_aws.autodiscover() # Only needs to run once somewhere to configure the root logger

import logging
logger = logging.getLogger()
logger.info("hello world")

Logtron-AWS provides a set of extensions for the Logtron library to enable features such as:

  • Automated log context discovery using AWS STS
  • Log handler for logging directly to CloudWatch Logs
    • Automatic log group creation
    • Convention-based log group naming derived from IAM role name
    • Configurable log retention period
    • Automated background log batch submission to support high frequency logging
    • Configureable batch submission time interval
  • Highly configurable if needed, but has sane defaults out-of-the-box

Installing Logtron-AWS and Supported Versions

Logtron-AWS is available on PyPI:

$ python -m pip install logtron-aws

Logtron-AWS officially supports Python 2.7 & 3.5+.

For more info, check out the documentation.

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

logtron-aws-0.1.20.tar.gz (9.1 kB view hashes)

Uploaded Source

Built Distribution

logtron_aws-0.1.20-py2.py3-none-any.whl (10.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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