Skip to content

Commit 1846692

Browse files
authored
Merge pull request #1754 from codesome/logs
Remove redundant info in log
2 parents 248ef63 + e8d138c commit 1846692

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)