Message 320864 - Python tracker

Message320864

Author Leon H.
Recipients Leon H.
Date 2018-07-02.10:04:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530525884.27.0.56676864532.issue34020@psf.upfronthosting.co.za>
In-reply-to
Content
Current BASIC_FORMAT:
BASIC_FORMAT = "%(levelname)s:%(name)s:%(message)s"

The first thing people do is set the format to '%(asctime)s:%(levelname)s:%(name)s:%(message)s' or like after importing logging module.

Could we put the '%(asctime)s' into the default BASIC_FORMAT setting and save everyone's time?
History
Date User Action Args
2018-07-02 10:04:44Leon H.setrecipients: + Leon H.
2018-07-02 10:04:44Leon H.setmessageid: <1530525884.27.0.56676864532.issue34020@psf.upfronthosting.co.za>
2018-07-02 10:04:44Leon H.linkissue34020 messages
2018-07-02 10:04:44Leon H.create