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 py.user
Recipients py.user
Date 2014-03-19.20:21:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395260509.42.0.740511724413.issue20985@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/3/howto/logging.html#configuring-logging

"
[formatter_simpleFormatter]
format=%(asctime)s - %(name)s - %(levelname)s - %(message)s
datefmt=
"


I tried to make:
format={asctime} - {name} - {levelname} - {message}

and it doesn't work.

In the source, I found this is not implemented.
However, new formatting has more capabilities than old.
History
Date User Action Args
2014-03-19 20:21:49py.usersetrecipients: + py.user
2014-03-19 20:21:49py.usersetmessageid: <1395260509.42.0.740511724413.issue20985@psf.upfronthosting.co.za>
2014-03-19 20:21:49py.userlinkissue20985 messages
2014-03-19 20:21:49py.usercreate