]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-43648: Remove redundant datefmt option in logging file config (GH-25051)
authorHarry <harry.lees@gmail.com>
Mon, 29 Mar 2021 14:16:19 +0000 (15:16 +0100)
committerGitHub <noreply@github.com>
Mon, 29 Mar 2021 14:16:19 +0000 (07:16 -0700)
[bpo-43648](): Remove redundant datefmt option in logging file config

Automerge-Triggered-By: GH:vsajip
Doc/howto/logging.rst

index b4dd9206c9d5245777e72be229cb6170d36d06a0..fcc6bec76880024f5b1b637e66e95e2f50e474d5 100644 (file)
@@ -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: