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 r.david.murray
Recipients r.david.murray, thbach, vinay.sajip
Date 2012-10-02.19:31:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349206308.61.0.484583935745.issue16110@psf.upfronthosting.co.za>
In-reply-to
Content
Vinay, you missed one use case in his request: reading the program's configuration, *modifying it* (based on command line args), and then passing it to logging.  How would you suggest he handle that use case?  Is there an easy way to get from a loaded configuration file to a dictionary for use in dictConfig?
History
Date User Action Args
2012-10-02 19:31:48r.david.murraysetrecipients: + r.david.murray, vinay.sajip, thbach
2012-10-02 19:31:48r.david.murraysetmessageid: <1349206308.61.0.484583935745.issue16110@psf.upfronthosting.co.za>
2012-10-02 19:31:48r.david.murraylinkissue16110 messages
2012-10-02 19:31:48r.david.murraycreate