Add a link to python's logging config schema (#5926)

This commit is contained in:
Jorik Schellekens 2019-08-28 19:08:32 +01:00 committed by Richard van der Hoff
parent c8fa620d7a
commit 92c1550f4a
3 changed files with 5 additions and 2 deletions

View file

@ -89,7 +89,8 @@ class LoggingConfig(Config):
"""\
## Logging ##
# A yaml python logging config file
# A yaml python logging config file as described by
# https://docs.python.org/3.7/library/logging.config.html#configuration-dictionary-schema
#
log_config: "%(log_config)s"
"""