mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-12 18:59:27 -05:00
Merge pull request #6945 from matrix-org/babolivier/fix-retention-debug-log
Fix log in message retention purge jobs
This commit is contained in:
commit
5e4a438556
1
changelog.d/6945.bugfix
Normal file
1
changelog.d/6945.bugfix
Normal file
@ -0,0 +1 @@
|
|||||||
|
Fix errors from logging in the purge jobs related to the message retention policies support.
|
@ -133,7 +133,7 @@ class PaginationHandler(object):
|
|||||||
include_null = False
|
include_null = False
|
||||||
|
|
||||||
logger.info(
|
logger.info(
|
||||||
"[purge] Running purge job for %d < max_lifetime <= %d (include NULLs = %s)",
|
"[purge] Running purge job for %s < max_lifetime <= %s (include NULLs = %s)",
|
||||||
min_ms,
|
min_ms,
|
||||||
max_ms,
|
max_ms,
|
||||||
include_null,
|
include_null,
|
||||||
|
Loading…
Reference in New Issue
Block a user