New submission from Leon H. <leon0...@gmail.com>:
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? ---------- components: Library (Lib) messages: 320864 nosy: Leon H. priority: normal severity: normal status: open title: Add '%(asctime)s' into default BASIC_FORMAT in logging module type: enhancement versions: Python 3.8 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue34020> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com