mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-16 17:42:15 -04:00
Fix logging error on SIGHUP (#14258)
This commit is contained in:
parent
1433b5d5b6
commit
d24346f530
2 changed files with 3 additions and 1 deletions
|
@ -558,7 +558,7 @@ def reload_cache_config(config: HomeServerConfig) -> None:
|
|||
logger.warning(f)
|
||||
else:
|
||||
logger.debug(
|
||||
"New cache config. Was:\n %s\nNow:\n",
|
||||
"New cache config. Was:\n %s\nNow:\n %s",
|
||||
previous_cache_config.__dict__,
|
||||
config.caches.__dict__,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue