mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
Closes #12906: Fixed bug in YAML configuration.
This commit is contained in:
parent
7f5556095e
commit
4eb0e73ff2
1 changed files with 1 additions and 1 deletions
|
|
@ -679,7 +679,7 @@ the new dictionary-based approach::
|
||||||
version: 1
|
version: 1
|
||||||
formatters:
|
formatters:
|
||||||
simple:
|
simple:
|
||||||
format: format=%(asctime)s - %(name)s - %(levelname)s - %(message)s
|
format: '%(asctime)s - %(name)s - %(levelname)s - %(message)s'
|
||||||
handlers:
|
handlers:
|
||||||
console:
|
console:
|
||||||
class: logging.StreamHandler
|
class: logging.StreamHandler
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue