summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Kaye <1917473+michaelkaye@users.noreply.github.com>2020-02-03 14:28:38 +0000
committerMichael Kaye <1917473+michaelkaye@users.noreply.github.com>2020-02-03 14:28:38 +0000
commiteb5a66cd5810c780dc4cdde9abe77d0f102b91c9 (patch)
treee536fecd1b5a1dbd8694ebbe22557a14d85dfe1f
parentAllow URL-encoded user IDs on user admin api paths (#6825) (diff)
downloadsynapse-eb5a66cd5810c780dc4cdde9abe77d0f102b91c9.tar.xz
Reduce performance logging to DEBUG
-rw-r--r--synapse/storage/database.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/database.py b/synapse/storage/database.py

index 1003dd84a5..3eeb2f7c04 100644 --- a/synapse/storage/database.py +++ b/synapse/storage/database.py
@@ -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 )