commit | 4eb0e73ff230b3c358410ca347096676dbb74a65 | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Tue Sep 06 14:07:23 2011 +0100 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Tue Sep 06 14:07:23 2011 +0100 |
tree | 6433f0457d89509d2e7864dd82938bc71517e87a | |
parent | 7f5556095eed7383e98c24766aa302c5e473abc1 [diff] [blame] |
Closes #12906: Fixed bug in YAML configuration.
diff --git a/Doc/howto/logging.rst b/Doc/howto/logging.rst index 5ff0d74..2c9514a 100644 --- a/Doc/howto/logging.rst +++ b/Doc/howto/logging.rst
@@ -679,7 +679,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