1
0
Fork 0

changed log topic label

This commit is contained in:
hkernbach 2017-04-19 08:25:47 +02:00
parent 6e97f169d2
commit 945c90426b
1 changed files with 1 additions and 1 deletions

View File

@ -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