setup-log

A simple log setup helper


License
MIT
Install
pip install setup-log==0.0.2

Documentation

a simple log setup helper for simple usage while having better logging fmt than default settings.

from setup_log import setup_log
setup_log('myapp')

This will write log to console and file 'myapp-2019-07-01.085834.log' at level DEBUG.