summaryrefslogtreecommitdiffstats
path: root/yql/essentials
diff options
context:
space:
mode:
authorudovichenko-r <[email protected]>2025-04-14 17:08:20 +0300
committerudovichenko-r <[email protected]>2025-04-14 17:22:57 +0300
commitce75e136b09c05648f8383f3ac91ec515f7d5dd6 (patch)
tree53decfa90e6107f9247b55592892776b9c629c40 /yql/essentials
parent20f2940834044277b0c77569b9706db4b3bb9ea2 (diff)
Less verbose logs
commit_hash:5a12728faca20ad6230787658fde93becc90d923
Diffstat (limited to 'yql/essentials')
-rw-r--r--yql/essentials/core/yql_type_annotation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/yql/essentials/core/yql_type_annotation.cpp b/yql/essentials/core/yql_type_annotation.cpp
index 6de6ecf8bdf..ebc268bd694 100644
--- a/yql/essentials/core/yql_type_annotation.cpp
+++ b/yql/essentials/core/yql_type_annotation.cpp
@@ -310,7 +310,7 @@ IGraphTransformer::TStatus TTypeAnnotationContext::SetColumnOrder(const TExprNod
return IGraphTransformer::TStatus::Error;
}
- YQL_CLOG(DEBUG, Core) << "Setting column order " << FormatColumnOrder(columnOrder, 10) << " for " << node.Content() << "#" << node.UniqueId();
+ YQL_CLOG(TRACE, Core) << "Setting column order " << FormatColumnOrder(columnOrder, 10) << " for " << node.Content() << "#" << node.UniqueId();
ColumnOrderStorage->Set(node.UniqueId(), columnOrder);
return IGraphTransformer::TStatus::Ok;