1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
Michael Kaye
0cf32bd6eb Changelog.d 2020-02-03 15:00:40 +00:00
Michael Kaye
eb5a66cd58 Reduce performance logging to DEBUG 2020-02-03 14:28:38 +00:00
2 changed files with 2 additions and 1 deletions

1
changelog.d/6833.misc Normal file
View File

@@ -0,0 +1 @@
Reducing log level to DEBUG for synapse.storage.TIME.

View File

@@ -343,7 +343,7 @@ class Database(object):
top_three_counters = self._txn_perf_counters.interval(duration, limit=3)
perf_logger.info(
perf_logger.debug(
"Total database time: %.3f%% {%s}", ratio * 100, top_three_counters
)