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 gvanrossum
Recipients gvanrossum, vstinner, yselivanov
Date 2014-01-15.23:31:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389828671.09.0.503354526599.issue20275@psf.upfronthosting.co.za>
In-reply-to
Content
I really want to log the time every time if level == DEBUG and only if > 1 sec for other levels, so maybe all you need to do is remove the comment? :-)  (Or maybe logger.isEnabledFor(logging.INFO) is faster than logger.log() when nothing gets logged?
History
Date User Action Args
2014-01-15 23:31:11gvanrossumsetrecipients: + gvanrossum, vstinner, yselivanov
2014-01-15 23:31:11gvanrossumsetmessageid: <1389828671.09.0.503354526599.issue20275@psf.upfronthosting.co.za>
2014-01-15 23:31:11gvanrossumlinkissue20275 messages
2014-01-15 23:31:11gvanrossumcreate