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 ncoghlan
Recipients ncoghlan, rhettinger
Date 2011-01-30.14:18:12
SpamBayes Score 3.3977834e-05
Marked as misclassified No
Message-id <1296397093.04.0.521556187292.issue11071@psf.upfronthosting.co.za>
In-reply-to
Content
The last two logging changes potentially worth mentioning that I noticed:

- simple callables can now be supplied as logging filters (see the version 3.2 note in http://docs.python.org/dev/library/logging#filter-objects)

- the logging API docs now include a section dedicated to the available attributes on LogRecord instances (http://docs.python.org/dev/library/logging#filter-objects). This makes it much easier to write Filter and Formatter objects that reference these attributes.
History
Date User Action Args
2011-01-30 14:18:13ncoghlansetrecipients: + ncoghlan, rhettinger
2011-01-30 14:18:13ncoghlansetmessageid: <1296397093.04.0.521556187292.issue11071@psf.upfronthosting.co.za>
2011-01-30 14:18:12ncoghlanlinkissue11071 messages
2011-01-30 14:18:12ncoghlancreate