mirror of
https://github.com/python/cpython.git
synced 2025-11-13 07:26:31 +00:00
Fix misindented yaml in logging how to example (GH-8604)
This commit is contained in:
parent
a47f394af8
commit
10b59f1b01
1 changed files with 3 additions and 3 deletions
|
|
@ -750,9 +750,9 @@ the new dictionary-based approach:
|
||||||
level: DEBUG
|
level: DEBUG
|
||||||
handlers: [console]
|
handlers: [console]
|
||||||
propagate: no
|
propagate: no
|
||||||
root:
|
root:
|
||||||
level: DEBUG
|
level: DEBUG
|
||||||
handlers: [console]
|
handlers: [console]
|
||||||
|
|
||||||
For more information about logging using a dictionary, see
|
For more information about logging using a dictionary, see
|
||||||
:ref:`logging-config-api`.
|
:ref:`logging-config-api`.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue