Skip to main content

No project description provided

Project description

Logging for lazyass

Use cases:

I want pretty human-readable logs in stdout:

logger = logger_factory()

I want json-formatted logs in stdout to use with glef docker driver:

logger = logger_factory(json_stdout=True)

I want to save json-formatted logs to file and collect them with filebeat:

logger = logger_factory(log_dir='/var/logs', log_file='myapp')

I want to do the same in django settings.py:

LOGGING_CONFIG = None  # <- default django config
LOG_DIR = '/var/logs'
LOG_FILE = 'myapp'
configure_django_logging()

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

lazy_logging-0.0.2.tar.gz (7.8 kB view hashes)

Uploaded Source

Built Distribution

lazy_logging-0.0.2-py3-none-any.whl (9.4 kB view hashes)

Uploaded 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