From 7bfd65eba73d013eee8789f2009c09c61c31b800 Mon Sep 17 00:00:00 2001 From: Harry Date: Mon, 29 Mar 2021 15:16:19 +0100 Subject: 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 --- Doc/howto/logging.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/Doc/howto/logging.rst b/Doc/howto/logging.rst index b4dd920..fcc6bec 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: -- cgit v0.12