mirror of https://gitee.com/bigwinds/arangodb
changed log topic label
This commit is contained in:
parent
6e97f169d2
commit
945c90426b
|
@ -49,7 +49,7 @@ LogTopic Logger::CONFIG("config");
|
||||||
LogTopic Logger::DATAFILES("datafiles", LogLevel::INFO);
|
LogTopic Logger::DATAFILES("datafiles", LogLevel::INFO);
|
||||||
LogTopic Logger::DEVEL("development", LogLevel::FATAL);
|
LogTopic Logger::DEVEL("development", LogLevel::FATAL);
|
||||||
LogTopic Logger::ENGINES("engines", LogLevel::INFO);
|
LogTopic Logger::ENGINES("engines", LogLevel::INFO);
|
||||||
LogTopic Logger::FIXME("fixme", LogLevel::INFO);
|
LogTopic Logger::FIXME("general", LogLevel::INFO);
|
||||||
LogTopic Logger::GRAPHS("graphs", LogLevel::INFO);
|
LogTopic Logger::GRAPHS("graphs", LogLevel::INFO);
|
||||||
LogTopic Logger::HEARTBEAT("heartbeat", LogLevel::INFO);
|
LogTopic Logger::HEARTBEAT("heartbeat", LogLevel::INFO);
|
||||||
LogTopic Logger::MEMORY("memory", LogLevel::FATAL); // suppress
|
LogTopic Logger::MEMORY("memory", LogLevel::FATAL); // suppress
|
||||||
|
|
Loading…
Reference in New Issue