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 esesek
Recipients esesek
Date 2014-09-19.21:06:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411160781.56.0.728660343296.issue22447@psf.upfronthosting.co.za>
In-reply-to
Content
See the attached config file.  logging.config.fileConfig() is attempting to write to the file specified in the file_handler section even though that handler is not configured for use in this config.  If its going to write to the file, it should only do so if the file is configured to be used.  In the case where it cannot write to the file it throws an exception with a blank message.
History
Date User Action Args
2014-09-19 21:06:21eseseksetrecipients: + esesek
2014-09-19 21:06:21eseseksetmessageid: <1411160781.56.0.728660343296.issue22447@psf.upfronthosting.co.za>
2014-09-19 21:06:21eseseklinkissue22447 messages
2014-09-19 21:06:21esesekcreate