New submission from Derrick Petzold <dpetz...@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@python
components: Documentation
messages: 143579
nosy: Derrick.Petzold, docs@python
priority: normal
severity: normal
status: open
title: Slight error in logging module's yaml config
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12906>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to