Skip to content
Snippets Groups Projects
Commit 39266a9c authored by Michael Kaye's avatar Michael Kaye
Browse files

Make user/room stats log line less verbose.

parent e39bc62b
Branches
Tags
No related merge requests found
...@@ -332,7 +332,7 @@ class StatsStore(StateDeltasStore): ...@@ -332,7 +332,7 @@ class StatsStore(StateDeltasStore):
def _bulk_update_stats_delta_txn(txn): def _bulk_update_stats_delta_txn(txn):
for stats_type, stats_updates in updates.items(): for stats_type, stats_updates in updates.items():
for stats_id, fields in stats_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 "Updating %s stats for %s: %s", stats_type, stats_id, fields
) )
self._update_stats_delta_txn( self._update_stats_delta_txn(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment