1
0

Reduce performance logging to DEBUG

This commit is contained in:
Michael Kaye
2020-02-03 14:28:38 +00:00
parent 370080531e
commit eb5a66cd58

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
)