commit | fa4736ef2f3ccc82c3f4f11056e54e674599b3bb | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Tue Sep 06 14:06:24 2011 +0100 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Tue Sep 06 14:06:24 2011 +0100 |
tree | e569d4062a3671d49e644b30f1e6052b8cea7ff8 | |
parent | d99ff29cf9d22c458901305606fa7d7276c503f3 [diff] [blame] |
Closes #12906: Fixed bug in YAML configuration.
diff --git a/Doc/howto/logging.rst b/Doc/howto/logging.rst index 6fb8081..029a0ab 100644 --- a/Doc/howto/logging.rst +++ b/Doc/howto/logging.rst
@@ -670,7 +670,7 @@ 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