mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Change logging levels for PushingToViewsBlockOutputStream
Use different logging levels for overall push and push per view.
This commit is contained in:
parent
e8b1aa09b5
commit
3a2e8fea68
@ -311,7 +311,7 @@ void PushingToViewsBlockOutputStream::writeSuffix()
|
|||||||
UInt64 milliseconds = main_watch.elapsedMilliseconds();
|
UInt64 milliseconds = main_watch.elapsedMilliseconds();
|
||||||
if (views.size() > 1)
|
if (views.size() > 1)
|
||||||
{
|
{
|
||||||
LOG_TRACE(log, "Pushing from {} to {} views took {} ms.",
|
LOG_DEBUG(log, "Pushing from {} to {} views took {} ms.",
|
||||||
storage->getStorageID().getNameForLogs(), views.size(),
|
storage->getStorageID().getNameForLogs(), views.size(),
|
||||||
milliseconds);
|
milliseconds);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user