Commit 52d4e849 authored by Vinay Sajip's avatar Vinay Sajip

Closes #12906: Fixed bug in YAML configuration.

parent 027eda47
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment