fix: logging config

This commit is contained in:
cellarspoon
2021-12-13 12:39:19 +01:00
parent 68d73bd4e7
commit 4daf9eecb3
4 changed files with 92 additions and 1 deletions

View File

@ -778,7 +778,7 @@ database:
# A yaml python logging config file as described by
# https://docs.python.org/3.7/library/logging.config.html#configuration-dictionary-schema
#
log_config: "/data/{{ env "DOMAIN" }}.config"
log_config: "/data/log.config"
## Ratelimiting ##