aboutsummaryrefslogtreecommitdiff
path: root/src/common/perf_timer.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-12-08 10:52:25 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-12-08 10:53:09 +0000
commit0e2f5cb5fc84fb5d4afcfe020c9d6ae5fdaf3290 (patch)
tree3336e755fabd71a47bd6d1f838ea5a0bfea0e2fb /src/common/perf_timer.h
parentMerge pull request #4879 (diff)
downloadmonero-0e2f5cb5fc84fb5d4afcfe020c9d6ae5fdaf3290.tar.xz
perf_timer: make all logs Info level
and make them not default at log level 1
Diffstat (limited to 'src/common/perf_timer.h')
-rw-r--r--src/common/perf_timer.h2
1 files changed, 1 insertions, 1 deletions
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: