A configuration of the loguru logger
Project description
A configuration for the loguru (https://github.com/Delgan/loguru) logger.
It is important that it be the first import to run the standard logging basicConfig method.
Features
Stderr output
intercepted logging from client libraries
Disabled better exceptions for log levels above debug to mitgate secret leaking
Installation
pip install logging42
Examples
main.py
from logging42 import logger
logger.debug('hello world)
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
logging42-0.0.1rc1.tar.gz
(3.4 kB
view hashes)