Mergifyio / daiquiri

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

Pre-configure some outputs and map them on strings #15

Closed jd closed 7 years ago

jd commented 7 years ago

Something like:

daiquiri.setup(outputs=('syslog', 'stderr', 'journal'))

This is an idea coming from gamesbook on: https://julien.danjou.info/blog/python-logging-easy-with-daiquiri#comment-3404269674

ghost commented 7 years ago

I'd like to take a crack at this if no one else is yet.