Marc Abramowitz added the comment:

I was just thinking that it would be nice if logging could be configured 
through environment variables. This would make it easier to have Python 
applications adhere to the Twelve-Factor methodology around application 
configuration:

http://12factor.net/config

Currently, applications need to handle this themselves, but I wonder if there's 
value in deciding on a best practice and providing for it at a lower level (the 
stdlib logging module).

----------
nosy: +Marc.Abramowitz

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6958>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to