setup logging for me
I never remember how to do python logging basic config. Do you?
- Free software: ISC license
Features
Need to view your logs on the console? Just do:
import setup_logging_for_me
...
setup_logging_for_me.basicConfig()
Which does nothing more than calling to:
logging.basicConfig(level=logging.INFO,
format="%(name)s %(levelname)s %(asctime)s - %(message)s)
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.