Skip to main content

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

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

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

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

Uploaded Python 2Python 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.

Release history Release notifications | RSS feed

This release

0.1.4 This release

2 files

0.1.3

2 files

0.1.1

1 file

Supported by

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