mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-26 00:35:58 -05:00
Fix logging
This commit is contained in:
parent
323d685bf7
commit
f02f14e09a
@ -218,7 +218,7 @@ class BackgroundUpdateStore(SQLBaseStore):
|
|||||||
duration_ms = time_stop - time_start
|
duration_ms = time_stop - time_start
|
||||||
|
|
||||||
logger.info(
|
logger.info(
|
||||||
"Updating %r. Updated %r items in %rms."
|
"Running background update %r. Processed %r items in %rms."
|
||||||
" (total_rate=%r/ms, current_rate=%r/ms, total_updated=%r, batch_size=%r)",
|
" (total_rate=%r/ms, current_rate=%r/ms, total_updated=%r, batch_size=%r)",
|
||||||
update_name,
|
update_name,
|
||||||
items_updated,
|
items_updated,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user