From fa4736ef2f3ccc82c3f4f11056e54e674599b3bb Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Tue, 6 Sep 2011 14:06:24 +0100 Subject: Closes #12906: Fixed bug in YAML configuration. --- Doc/howto/logging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ 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 -- cgit v0.12