[Python-checkins] bpo-43648: Remove redundant datefmt option in logging file config (GH-25051)

miss-islington webhook-mailer at python.org
Mon Mar 29 10:16:31 EDT 2021


https://github.com/python/cpython/commit/7bfd65eba73d013eee8789f2009c09c61c31b800
commit: 7bfd65eba73d013eee8789f2009c09c61c31b800
branch: master
author: Harry <harry.lees at gmail.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2021-03-29T07:16:19-07:00
summary:

bpo-43648: Remove redundant datefmt option in logging file config (GH-25051)



[bpo-43648](): Remove redundant datefmt option in logging file config

Automerge-Triggered-By: GH:vsajip

files:
M Doc/howto/logging.rst

diff --git a/Doc/howto/logging.rst b/Doc/howto/logging.rst
index b4dd9206c9d52..fcc6bec768800 100644
--- a/Doc/howto/logging.rst
+++ b/Doc/howto/logging.rst
@@ -684,7 +684,6 @@ Here is the logging.conf file:
 
     [formatter_simpleFormatter]
     format=%(asctime)s - %(name)s - %(levelname)s - %(message)s
-    datefmt=
 
 The output is nearly identical to that of the non-config-file-based example:
 



More information about the Python-checkins mailing list