setup_logging_for_me

I never remember how to do basic config


Keywords
setup_logging_for_me
License
ISC
Install
pip install setup_logging_for_me==0.1.0

Documentation

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.