Skip to content

Commit

Permalink
Make user/room stats log line less verbose.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkaye committed Oct 24, 2019
1 parent e39bc62 commit 39266a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/storage/data_stores/main/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ def bulk_update_stats_delta(self, ts, updates, stream_id):
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(
Expand Down

0 comments on commit 39266a9

Please sign in to comment.