[New-bugs-announce] [issue12906] Slight error in logging module's yaml config

Derrick Petzold report at bugs.python.org
Tue Sep 6 05:33:20 CEST 2011


New submission from Derrick Petzold <dpetzold at gmail.com>:

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.

----------
assignee: docs at python
components: Documentation
messages: 143579
nosy: Derrick.Petzold, docs at python
priority: normal
severity: normal
status: open
title: Slight error in logging module's yaml config
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12906>
_______________________________________


More information about the New-bugs-announce mailing list