This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Marc.Abramowitz
Recipients Marc.Abramowitz, doughellmann, eric.araujo, eric.smith, exarkun, georg.brandl, michael.foord, ncoghlan, pitrou, r.david.murray, theller, vinay.sajip
Date 2016-03-05.17:55:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457200524.89.0.329811753592.issue6958@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2016-03-05 17:55:25Marc.Abramowitzsetrecipients: + Marc.Abramowitz, theller, georg.brandl, vinay.sajip, exarkun, ncoghlan, pitrou, eric.smith, eric.araujo, doughellmann, r.david.murray, michael.foord
2016-03-05 17:55:24Marc.Abramowitzsetmessageid: <1457200524.89.0.329811753592.issue6958@psf.upfronthosting.co.za>
2016-03-05 17:55:24Marc.Abramowitzlinkissue6958 messages
2016-03-05 17:55:24Marc.Abramowitzcreate