Mergifyio / daiquiri

Python library to easily setup basic logging functionality
Apache License 2.0
333 stars 25 forks source link

Setup default log level an app differently #4

Closed jd closed 7 years ago

jd commented 7 years ago

The root logger and the root logger of the app should be able to be set differently via setup. It's possible one wants to have only warning message for the root logger and the info/debug one for the app being ran.