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 Derrick.Petzold
Recipients Derrick.Petzold, docs@python
Date 2011-09-06.03:33:19
SpamBayes Score 0.000991974
Marked as misclassified No
Message-id <1315280000.72.0.273608973729.issue12906@psf.upfronthosting.co.za>
In-reply-to
Content
Hello,

    format: format=%(asctime)s - %(name)s - %(levelname)s - %(message)s

Should be:
     
    format: %(asctime)s - %(name)s - %(levelname)s - %(message)s

Regards,

btw I have to say the logging module is just excellent. What a truly great work. ty.
History
Date User Action Args
2011-09-06 03:33:20Derrick.Petzoldsetrecipients: + Derrick.Petzold, docs@python
2011-09-06 03:33:20Derrick.Petzoldsetmessageid: <1315280000.72.0.273608973729.issue12906@psf.upfronthosting.co.za>
2011-09-06 03:33:20Derrick.Petzoldlinkissue12906 messages
2011-09-06 03:33:19Derrick.Petzoldcreate