Fix logging

code_spécifique_watcha
Brendan Abolivier 5 years ago
parent 323d685bf7
commit f02f14e09a
No known key found for this signature in database
GPG Key ID: 1E015C145F1916CD
  1. 2
      synapse/storage/background_updates.py

@ -218,7 +218,7 @@ class BackgroundUpdateStore(SQLBaseStore):
duration_ms = time_stop - time_start
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)",
update_name,
items_updated,

Loading…
Cancel
Save