Browse Source

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

This reverts commit 10b59f1b01.
pull/9143/head
Rémy HUBSCHER 8 years ago
committed by Xiang Zhang
parent
commit
290a60bd8a
  1. 6
      Doc/howto/logging.rst

6
Doc/howto/logging.rst

@ -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`.

Loading…
Cancel
Save