Python logging module for developing microservices conforming to 12 Factor App methodology.
Project description
Python logging module for developing microservices conforming to 12 Factor App methodology. Depends only on Python standard lib. However, setuptools may be installed to provide additional functionality.
Installation
Py12fLogging is available to install from PyPI:
pip install py12flogging
Usage
Py12fLogging is a module used for developing microservices. It is not a standalone application. See module documentation for more information.
Example use of log_formatter -module:
import logging from py12flogging import log_formatter log_formatter.setup_app_logging('my_app') logging.info('all done')
PrettyPrint logging output
Developers may wish to restructure log output stream of an application while it’s under development. This can be achieved by using pprint command line application, which prettyprints the log output stream coming from stdin and flushes immediately to stdout. See module documentation for more information.
Pipe application’s stdout to pprint-module:
./my_app.py | python -m py12flogging.pprint
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for py12flogging-0.7.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | afb87d848f235342e5d831468083578d927e80d232f789e7d1ec20d3bad446fa |
|
MD5 | 7c9d78beeebcc909685d0417d5bf0d68 |
|
BLAKE2b-256 | f5c5cba67f62af92f682e1231b545fdf7acb3fcb6ef11da1af7f87a4f85976f6 |