mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
More logs
This commit is contained in:
parent
c5312bf362
commit
ab98040003
@ -11,7 +11,7 @@ class LoggerWrapper : public nuraft::logger
|
||||
public:
|
||||
LoggerWrapper(const std::string & name)
|
||||
: log(&Poco::Logger::get(name))
|
||||
, level(4)
|
||||
, level(6)
|
||||
{
|
||||
log->setLevel(level);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user