mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-11 17:02:25 +00:00
add some logs
This commit is contained in:
parent
12e624fd9a
commit
0af342853a
@ -46,6 +46,7 @@ public:
|
||||
/// and n threads for formatting.
|
||||
processing_units.resize(params.max_threads_for_parallel_formatting + 2);
|
||||
collector_thread = ThreadFromGlobalPool([&] { collectorThreadFunction(); });
|
||||
LOG_TRACE(&Poco::Logger::get("ParallelFormattingOutputFormat"), "Parallel formatting is being used.");
|
||||
}
|
||||
|
||||
~ParallelFormattingOutputFormat() override
|
||||
|
Loading…
Reference in New Issue
Block a user