Compare commits

...

2 Commits

Author SHA1 Message Date
Jorik Schellekens
18ae15c8d5 newsfile 2019-08-28 16:40:51 +01:00
Jorik Schellekens
76e9a01edd Add link to logging file format 2019-08-28 16:40:02 +01:00
3 changed files with 5 additions and 2 deletions

1
changelog.d/5926.misc Normal file
View File

@@ -0,0 +1 @@
Add link in sample config to the logging config schema.

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