1
0

Merge pull request #6250 from matrix-org/michaelkaye/make_user_stats_less_verbose

* commit '2020f1191':
  Add missing '.'
  Add changelog.d
  Make user/room stats log line less verbose.
This commit is contained in:
Andrew Morgan
2020-03-16 15:30:39 +00:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
Reduce verbosity of user/room stats.
+1 -1
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(