Skip to content
Snippets Groups Projects
Commit 92c1550f authored by Jorik Schellekens's avatar Jorik Schellekens Committed by Richard van der Hoff
Browse files

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

parent c8fa620d
No related branches found
No related tags found
No related merge requests found
Add link in sample config to the logging config schema.
......@@ -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"
......
......@@ -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"
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment