Skip to content

Commit 6180869

Browse files
reduce logging rate for stats info (#8683)
1 parent 89a663c commit 6180869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tx/schemeshard/schemeshard__table_stats.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ bool TTxStoreTableStats::PersistSingleStats(const TPathId& pathId,
323323
const TPathId tablePathId = TPathId(TOwnerId(pathId.OwnerId), TLocalPathId(table.GetTableLocalId()));
324324

325325
if (Self->ColumnTables.contains(tablePathId)) {
326-
LOG_DEBUG_S(ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
326+
LOG_TRACE_S(ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
327327
"add stats for exists table with pathId=" << tablePathId);
328328

329329
auto columnTable = Self->ColumnTables.TakeVerified(tablePathId);

0 commit comments

Comments
 (0)