Skip to content

Commit e8d138c

Browse files
committed
Remove redundant info in log
Signed-off-by: Ganesh Vernekar <[email protected]>
1 parent bc76736 commit e8d138c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/chunk/table_manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ func (m *TableManager) bucketRetentionLoop() {
217217
// not and update those that need it. It is exposed for testing.
218218
func (m *TableManager) SyncTables(ctx context.Context) error {
219219
expected := m.calculateExpectedTables()
220-
level.Info(util.Logger).Log("msg", "synching tables", "num_expected_tables", len(expected), "expected_tables", len(expected))
220+
level.Info(util.Logger).Log("msg", "synching tables", "expected_tables", len(expected))
221221

222222
toCreate, toCheckThroughput, toDelete, err := m.partitionTables(ctx, expected)
223223
if err != nil {

0 commit comments

Comments
 (0)