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 details)

Uploaded Source

Built Distribution

readable_log_formatter-0.1.4-py2.py3-none-any.whl (4.3 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file readable-log-formatter-0.1.4.tar.gz.

File metadata

File hashes

Hashes for readable-log-formatter-0.1.4.tar.gz
Algorithm Hash digest
SHA256 b9054caa2b3ad4d3e49f7d0dda5f53955396912d46a7b14b2eda814e4a1f4550
MD5 1a89977c315e0a147cd4368ad936d116
BLAKE2b-256 7ea6743bb18aa81b77a24917bc723ac7980c934506658bedbf766bb9d66dc353

See more details on using hashes here.

File details

Details for the file readable_log_formatter-0.1.4-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for readable_log_formatter-0.1.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3cbbd4737074e1ffa13d62c68fa5d10019737971ac33656fe328766e18e72a89
MD5 f30dfa17c02e90982514409883bd13eb
BLAKE2b-256 f1a3a501b5d1ecd145b7f7aefe9554cb5cf092945c462b618cfda57c81cf03e0

See more details on using hashes here.

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