mirror of
https://github.com/monero-project/monero.git
synced 2025-06-24 10:54:12 -04:00
perf_timer: make all logs Info level
and make them not default at log level 1
This commit is contained in:
parent
7e957c162a
commit
0e2f5cb5fc
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue