@@ -21,7 +21,7 @@ inline void LogIntegrityTrails(const TMaybe<TString>& traceId, const Ydb::Table:
21
21
return ss.Str ();
22
22
};
23
23
24
- LOG_DEBUG_S (ctx, NKikimrServices::DATA_INTEGRITY, log (traceId, request));
24
+ LOG_TRACE_S (ctx, NKikimrServices::DATA_INTEGRITY, log (traceId, request));
25
25
}
26
26
27
27
inline void LogIntegrityTrails (const TMaybe<TString>& traceId, const Ydb::Table::ExecuteDataQueryRequest& request, NKqp::TEvKqp::TEvQueryResponse::TPtr& response, const TActorContext& ctx) {
@@ -43,7 +43,7 @@ inline void LogIntegrityTrails(const TMaybe<TString>& traceId, const Ydb::Table:
43
43
return ss.Str ();
44
44
};
45
45
46
- LOG_DEBUG_S (ctx, NKikimrServices::DATA_INTEGRITY, log (traceId, request, response));
46
+ LOG_TRACE_S (ctx, NKikimrServices::DATA_INTEGRITY, log (traceId, request, response));
47
47
}
48
48
49
49
// BeginTransaction
@@ -58,7 +58,7 @@ inline void LogIntegrityTrails(const TMaybe<TString>& traceId, const Ydb::Table:
58
58
return ss.Str ();
59
59
};
60
60
61
- LOG_DEBUG_S (ctx, NKikimrServices::DATA_INTEGRITY, log (traceId, request));
61
+ LOG_TRACE_S (ctx, NKikimrServices::DATA_INTEGRITY, log (traceId, request));
62
62
}
63
63
64
64
inline void LogIntegrityTrails (const TMaybe<TString>& traceId, const Ydb::Table::BeginTransactionRequest& request, NKqp::TEvKqp::TEvQueryResponse::TPtr& response, const TActorContext& ctx) {
@@ -78,7 +78,7 @@ inline void LogIntegrityTrails(const TMaybe<TString>& traceId, const Ydb::Table:
78
78
return ss.Str ();
79
79
};
80
80
81
- LOG_DEBUG_S (ctx, NKikimrServices::DATA_INTEGRITY, log (traceId, response));
81
+ LOG_TRACE_S (ctx, NKikimrServices::DATA_INTEGRITY, log (traceId, response));
82
82
}
83
83
84
84
// CommitTransaction
@@ -93,7 +93,7 @@ inline void LogIntegrityTrails(const TMaybe<TString>& traceId, const Ydb::Table:
93
93
return ss.Str ();
94
94
};
95
95
96
- LOG_DEBUG_S (ctx, NKikimrServices::DATA_INTEGRITY, log (traceId, request));
96
+ LOG_TRACE_S (ctx, NKikimrServices::DATA_INTEGRITY, log (traceId, request));
97
97
}
98
98
99
99
inline void LogIntegrityTrails (const TMaybe<TString>& traceId, const Ydb::Table::CommitTransactionRequest& request, NKqp::TEvKqp::TEvQueryResponse::TPtr& response, const TActorContext& ctx) {
@@ -111,7 +111,7 @@ inline void LogIntegrityTrails(const TMaybe<TString>& traceId, const Ydb::Table:
111
111
return ss.Str ();
112
112
};
113
113
114
- LOG_DEBUG_S (ctx, NKikimrServices::DATA_INTEGRITY, log (traceId, request, response));
114
+ LOG_TRACE_S (ctx, NKikimrServices::DATA_INTEGRITY, log (traceId, request, response));
115
115
}
116
116
117
117
// RollbackTransaction
@@ -126,7 +126,7 @@ inline void LogIntegrityTrails(const TMaybe<TString>& traceId, const Ydb::Table:
126
126
return ss.Str ();
127
127
};
128
128
129
- LOG_DEBUG_S (ctx, NKikimrServices::DATA_INTEGRITY, log (traceId, request));
129
+ LOG_TRACE_S (ctx, NKikimrServices::DATA_INTEGRITY, log (traceId, request));
130
130
}
131
131
132
132
inline void LogIntegrityTrails (const TMaybe<TString>& traceId, const Ydb::Table::RollbackTransactionRequest& request, NKqp::TEvKqp::TEvQueryResponse::TPtr& response, const TActorContext& ctx) {
@@ -144,7 +144,7 @@ inline void LogIntegrityTrails(const TMaybe<TString>& traceId, const Ydb::Table:
144
144
return ss.Str ();
145
145
};
146
146
147
- LOG_DEBUG_S (ctx, NKikimrServices::DATA_INTEGRITY, log (traceId, request, response));
147
+ LOG_TRACE_S (ctx, NKikimrServices::DATA_INTEGRITY, log (traceId, request, response));
148
148
}
149
149
150
150
// ExecuteYqlScript/StreamExecuteYqlScript
@@ -159,7 +159,7 @@ inline void LogIntegrityTrails(const TMaybe<TString>& traceId, const Ydb::Script
159
159
return ss.Str ();
160
160
};
161
161
162
- LOG_DEBUG_S (ctx, NKikimrServices::DATA_INTEGRITY, log (traceId));
162
+ LOG_TRACE_S (ctx, NKikimrServices::DATA_INTEGRITY, log (traceId));
163
163
}
164
164
165
165
inline void LogIntegrityTrails (const TMaybe<TString>& traceId, const Ydb::Scripting::ExecuteYqlRequest& request, NKqp::TEvKqp::TEvQueryResponse::TPtr& response, const TActorContext& ctx) {
@@ -178,7 +178,7 @@ inline void LogIntegrityTrails(const TMaybe<TString>& traceId, const Ydb::Script
178
178
return ss.Str ();
179
179
};
180
180
181
- LOG_DEBUG_S (ctx, NKikimrServices::DATA_INTEGRITY, log (traceId, response));
181
+ LOG_TRACE_S (ctx, NKikimrServices::DATA_INTEGRITY, log (traceId, response));
182
182
}
183
183
184
184
// ExecuteQuery
@@ -197,7 +197,7 @@ inline void LogIntegrityTrails(const TMaybe<TString>& traceId, const Ydb::Query:
197
197
return ss.Str ();
198
198
};
199
199
200
- LOG_DEBUG_S (ctx, NKikimrServices::DATA_INTEGRITY, log (traceId, request));
200
+ LOG_TRACE_S (ctx, NKikimrServices::DATA_INTEGRITY, log (traceId, request));
201
201
}
202
202
203
203
inline void LogIntegrityTrails (const TMaybe<TString>& traceId, const Ydb::Query::ExecuteQueryRequest& request, NKqp::TEvKqp::TEvQueryResponse::TPtr& response, const TActorContext& ctx) {
@@ -223,7 +223,7 @@ inline void LogIntegrityTrails(const TMaybe<TString>& traceId, const Ydb::Query:
223
223
return ss.Str ();
224
224
};
225
225
226
- LOG_DEBUG_S (ctx, NKikimrServices::DATA_INTEGRITY, log (traceId, request, response));
226
+ LOG_TRACE_S (ctx, NKikimrServices::DATA_INTEGRITY, log (traceId, request, response));
227
227
}
228
228
229
229
// ExecuteSrcipt
@@ -240,7 +240,7 @@ inline void LogIntegrityTrails(const TMaybe<TString>& traceId, const Ydb::Query:
240
240
return ss.Str ();
241
241
};
242
242
243
- LOG_DEBUG_S (ctx, NKikimrServices::DATA_INTEGRITY, log (traceId));
243
+ LOG_TRACE_S (ctx, NKikimrServices::DATA_INTEGRITY, log (traceId));
244
244
}
245
245
246
246
inline void LogIntegrityTrails (const TMaybe<TString>& traceId, const Ydb::Query::ExecuteScriptRequest& request, const NKqp::TEvKqp::TEvScriptResponse::TPtr& response, const TActorContext& ctx) {
@@ -258,7 +258,7 @@ inline void LogIntegrityTrails(const TMaybe<TString>& traceId, const Ydb::Query:
258
258
return ss.Str ();
259
259
};
260
260
261
- LOG_DEBUG_S (ctx, NKikimrServices::DATA_INTEGRITY, log (traceId, response));
261
+ LOG_TRACE_S (ctx, NKikimrServices::DATA_INTEGRITY, log (traceId, response));
262
262
}
263
263
264
264
}
0 commit comments