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 vinay.sajip
Recipients underrun, vinay.sajip
Date 2013-08-10.16:54:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376153652.37.0.581450039029.issue18689@psf.upfronthosting.co.za>
In-reply-to
Content
I suggest that the declarative configuration approach of logging.config.dictConfig() be used for configurations which can't be handled by basicConfig().

I don't propose to enhance the Handler API as suggested, as at the very least every handler would need to be changed to accommodate the new kwarg. Also, this isn't going to work for third-party handlers which are out there already, since they won't necessarily recognise a new kwarg.
History
Date User Action Args
2013-08-10 16:54:12vinay.sajipsetrecipients: + vinay.sajip, underrun
2013-08-10 16:54:12vinay.sajipsetmessageid: <1376153652.37.0.581450039029.issue18689@psf.upfronthosting.co.za>
2013-08-10 16:54:12vinay.sajiplinkissue18689 messages
2013-08-10 16:54:12vinay.sajipcreate