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 | |
| parent | 7e957c162ab8192205cb3bb7cfd3be147ffceb22 (diff) | |
| download | monzero-core-0e2f5cb5fc84fb5d4afcfe020c9d6ae5fdaf3290.tar.gz monzero-core-0e2f5cb5fc84fb5d4afcfe020c9d6ae5fdaf3290.tar.xz monzero-core-0e2f5cb5fc84fb5d4afcfe020c9d6ae5fdaf3290.zip | |
perf_timer: make all logs Info level
and make them not default at log level 1
Diffstat (limited to 'src')
| -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: |
