summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ydb/library/yql/providers/dq/provider/yql_dq_recapture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/library/yql/providers/dq/provider/yql_dq_recapture.cpp b/ydb/library/yql/providers/dq/provider/yql_dq_recapture.cpp
index 0cc5f15570b..b774cbdb466 100644
--- a/ydb/library/yql/providers/dq/provider/yql_dq_recapture.cpp
+++ b/ydb/library/yql/providers/dq/provider/yql_dq_recapture.cpp
@@ -99,7 +99,7 @@ public:
IGraphTransformer::TStatus status = NDq::DqWrapRead(input, output, ctx, *State_->TypeCtx, *State_->Settings);
if (input != output) {
- YQL_CLOG(DEBUG, ProviderDq) << "DqsRecapture";
+ YQL_CLOG(INFO, ProviderDq) << "DqsRecapture";
// TODO: Add before/after recapture transformers
State_->TypeCtx->DqCaptured = true;
// TODO: drop this after implementing DQS ConstraintTransformer