mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix strange log message
This commit is contained in:
parent
037f4cf5a6
commit
1b04cc0b4d
@ -304,6 +304,9 @@ void Loggers::buildLoggers(Poco::Util::AbstractConfiguration & config, Poco::Log
|
||||
|
||||
log_settings.turn_off_logger = DB::TextLog::shouldTurnOffLogger();
|
||||
|
||||
log_settings.database = config.getString("text_log.database", "system");
|
||||
log_settings.table = config.getString("text_log.table", "text_log");
|
||||
|
||||
split->addTextLog(DB::TextLog::getLogQueue(log_settings), text_log_level);
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user