perf_timer: make all logs Info level

and make them not default at log level 1
This commit is contained in:
moneromooo-monero
2018-12-08 10:53:09 +00:00
parent 7e957c162a
commit 0e2f5cb5fc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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: