Skip to main content

A human readable log formatter for Python

Project description

Pretty logs for local development.

pip install readable-log-formatter

Provides the class readable_log_formatter.ReadableFormatter to be used with Python’s logging:

import logging
from readable_log_formatter import ReadableFormatter

log = logging.getLogger()
log.setLevel(logging.INFO)
hndl = logging.StreamHandler()
hndl.setFormatter(ReadableFormatter())
log.addHandler(hndl)
readable-log-formatter screenshot

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

readable-log-formatter-0.1.4.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

readable_log_formatter-0.1.4-py2.py3-none-any.whl (4.3 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