mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue