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 amarco, ezio.melotti, r.david.murray, vinay.sajip
Date 2013-01-03.11:16:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357211816.84.0.200622988618.issue16844@psf.upfronthosting.co.za>
In-reply-to
Content
You are apparently not using the logging in stdlib, but the older, standalone logging package intended to be used in versions of Python older than 2.3 - note the presence of "site-packages/logging-0.4.9.6-py2.6.egg" in the traceback.

If you are using Python 2.6, you don't need the standalone logging-0.4.9.6, as the logging in the stdlib is more up to date (as you've discovered).
History
Date User Action Args
2013-01-03 11:16:56vinay.sajipsetrecipients: + vinay.sajip, ezio.melotti, r.david.murray, amarco
2013-01-03 11:16:56vinay.sajipsetmessageid: <1357211816.84.0.200622988618.issue16844@psf.upfronthosting.co.za>
2013-01-03 11:16:56vinay.sajiplinkissue16844 messages
2013-01-03 11:16:56vinay.sajipcreate