Add link to logging file format

This commit is contained in:
Jorik Schellekens 2019-08-28 16:34:23 +01:00
parent c8fa620d7a
commit 76e9a01edd
2 changed files with 4 additions and 2 deletions

View file

@ -485,7 +485,8 @@ database:
## 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: "CONFDIR/SERVERNAME.log.config"

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"
"""