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 Samuel.Michaels, vinay.sajip
Date 2011-04-11.07:51:06
SpamBayes Score 0.0042928164
Marked as misclassified No
Message-id <1302508267.32.0.831899810895.issue11593@psf.upfronthosting.co.za>
In-reply-to
Content
"handlers" parameter now added to logging.basicConfig(), which covers this use case:

logging.basicConfig(handlers=[logging.FileHandler('test.log', 'w', 'utf-8')])

Ref: changeset c9e9142d82d6
History
Date User Action Args
2011-04-11 07:51:07vinay.sajipsetrecipients: + vinay.sajip, Samuel.Michaels
2011-04-11 07:51:07vinay.sajipsetmessageid: <1302508267.32.0.831899810895.issue11593@psf.upfronthosting.co.za>
2011-04-11 07:51:06vinay.sajiplinkissue11593 messages
2011-04-11 07:51:06vinay.sajipcreate