mirror of
https://github.com/monero-project/monero.git
synced 2026-08-02 17:08:25 -07:00
perf_timer: make all logs Info level
and make them not default at log level 1
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user