diff options
author | zverevgeny <zverevgeny@ydb.tech> | 2023-09-28 16:51:06 +0300 |
---|---|---|
committer | zverevgeny <zverevgeny@ydb.tech> | 2023-09-28 17:19:07 +0300 |
commit | 61b95f0d7c4aec00b2f87a983dbe78a3cfe95b4a (patch) | |
tree | a01ad3dc7e982a06832fe19ee466cea920bb185b | |
parent | 34959cf2fc1527a871fc3ac9e59eee9157363e2f (diff) | |
download | ydb-61b95f0d7c4aec00b2f87a983dbe78a3cfe95b4a.tar.gz |
YQL-14538 trace jumping into DQ at INFO level
-rw-r--r-- | ydb/library/yql/providers/dq/provider/yql_dq_recapture.cpp | 2 |
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 0cc5f15570..b774cbdb46 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 |