mirror of https://github.com/python/cpython
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
This commit is contained in:
parent
c1b073a630
commit
7bfd65eba7
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue