Skip to content

Commit 3d12c0a

Browse files
authored
[CBO] Logging level fixed (#6911)
1 parent f7e7be8 commit 3d12c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/library/yql/dq/opt/dq_opt_predicate_selectivity.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ double NYql::NDq::ComputePredicateSelectivity(const TExprBase& input, const std:
350350

351351
if (!resSelectivity.has_value()) {
352352
auto dumped = input.Raw()->Dump();
353-
YQL_CLOG(WARN, CoreDq) << "ComputePredicateSelectivity NOT FOUND : " << dumped;
353+
YQL_CLOG(TRACE, CoreDq) << "ComputePredicateSelectivity NOT FOUND : " << dumped;
354354
return 1.0;
355355
}
356356

0 commit comments

Comments
 (0)