Fix misindented yaml in logging how to example (GH-8604)

(cherry picked from commit 10b59f1b01)

Co-authored-by: Rémy HUBSCHER <hubscher.remy@gmail.com>
This commit is contained in:
Miss Islington (bot) 2018-08-12 17:04:44 -07:00 committed by GitHub
parent 7e0153e166
commit 393151e241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -750,9 +750,9 @@ the new dictionary-based approach:
level: DEBUG
handlers: [console]
propagate: no
root:
level: DEBUG
handlers: [console]
root:
level: DEBUG
handlers: [console]
For more information about logging using a dictionary, see
:ref:`logging-config-api`.