From: Vinay Sajip Date: Tue, 6 Sep 2011 13:06:24 +0000 (+0100) Subject: Closes #12906: Fixed bug in YAML configuration. X-Git-Tag: v2.7.3rc1~464 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa4736ef2f3ccc82c3f4f11056e54e674599b3bb;p=python Closes #12906: Fixed bug in YAML configuration. --- diff --git a/Doc/howto/logging.rst b/Doc/howto/logging.rst index 6fb8081720..029a0abf95 100644 --- a/Doc/howto/logging.rst +++ b/Doc/howto/logging.rst @@ -670,7 +670,7 @@ the new dictionary-based approach:: version: 1 formatters: simple: - format: format=%(asctime)s - %(name)s - %(levelname)s - %(message)s + format: '%(asctime)s - %(name)s - %(levelname)s - %(message)s' handlers: console: class: logging.StreamHandler