mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-22 20:50:23 +03:00
Add link to logging file format
This commit is contained in:
parent
c8fa620d7a
commit
76e9a01edd
2 changed files with 4 additions and 2 deletions
|
@ -485,7 +485,8 @@ database:
|
||||||
|
|
||||||
## Logging ##
|
## 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"
|
log_config: "CONFDIR/SERVERNAME.log.config"
|
||||||
|
|
||||||
|
|
|
@ -89,7 +89,8 @@ class LoggingConfig(Config):
|
||||||
"""\
|
"""\
|
||||||
## Logging ##
|
## 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"
|
log_config: "%(log_config)s"
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue