From 0e2f5cb5fc84fb5d4afcfe020c9d6ae5fdaf3290 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Sat, 8 Dec 2018 10:52:25 +0000 Subject: perf_timer: make all logs Info level and make them not default at log level 1 --- src/common/perf_timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common/perf_timer.h b/src/common/perf_timer.h index 584434a0d..267f94161 100644 --- a/src/common/perf_timer.h +++ b/src/common/perf_timer.h @@ -63,7 +63,7 @@ protected: class LoggingPerformanceTimer: public PerformanceTimer { public: - LoggingPerformanceTimer(const std::string &s, const std::string &cat, uint64_t unit, el::Level l = el::Level::Debug); + LoggingPerformanceTimer(const std::string &s, const std::string &cat, uint64_t unit, el::Level l = el::Level::Info); ~LoggingPerformanceTimer(); private: -- cgit v1.2.3