Browse Source

reduce logging rate for stats info (#8683)

ivanmorozov333 6 months ago
parent
commit
618086964d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ydb/core/tx/schemeshard/schemeshard__table_stats.cpp

+ 1 - 1
ydb/core/tx/schemeshard/schemeshard__table_stats.cpp

@@ -323,7 +323,7 @@ bool TTxStoreTableStats::PersistSingleStats(const TPathId& pathId,
             const TPathId tablePathId = TPathId(TOwnerId(pathId.OwnerId), TLocalPathId(table.GetTableLocalId()));
 
             if (Self->ColumnTables.contains(tablePathId)) {
-                LOG_DEBUG_S(ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
+                LOG_TRACE_S(ctx, NKikimrServices::FLAT_TX_SCHEMESHARD,
                             "add stats for exists table with pathId=" << tablePathId);
 
                 auto columnTable = Self->ColumnTables.TakeVerified(tablePathId);