From: Harry Date: Mon, 29 Mar 2021 14:16:19 +0000 (+0100) Subject: bpo-43648: Remove redundant datefmt option in logging file config (GH-25051) X-Git-Tag: v3.10.0a7~63 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7bfd65eba73d013eee8789f2009c09c61c31b800;p=thirdparty%2FPython%2Fcpython.git 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 --- diff --git a/Doc/howto/logging.rst b/Doc/howto/logging.rst index b4dd9206c9d5..fcc6bec76880 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: