diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-12-08 10:52:25 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-12-08 10:53:09 +0000 |
commit | 0e2f5cb5fc84fb5d4afcfe020c9d6ae5fdaf3290 (patch) | |
tree | 3336e755fabd71a47bd6d1f838ea5a0bfea0e2fb /src/common/perf_timer.h | |
parent | Merge pull request #4879 (diff) | |
download | monero-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.h | 2 |
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: |