Make user/room stats log line less verbose.

pull/6250/head
Michael Kaye 2019-10-24 17:55:53 +01:00
parent e39bc62b8a
commit 39266a9c9f
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ class StatsStore(StateDeltasStore):
def _bulk_update_stats_delta_txn(txn):
for stats_type, stats_updates in updates.items():
for stats_id, fields in stats_updates.items():
logger.info(
logger.debug(
"Updating %s stats for %s: %s", stats_type, stats_id, fields
)
self._update_stats_delta_txn(