ddl: eliminate too much updateTiFlashStores logs (#34230)

close pingcap/tidb#34223
This commit is contained in:
Calvin Neo
2022-04-27 11:08:51 +08:00
committed by GitHub
parent e1580175e7
commit b4c9580bd6

View File

@ -343,7 +343,7 @@ func updateTiFlashStores(pollTiFlashContext *TiFlashManagementContext) error {
}
}
}
logutil.BgLogger().Info("updateTiFlashStores finished", zap.Int("TiFlash store count", len(pollTiFlashContext.TiFlashStores)))
logutil.BgLogger().Debug("updateTiFlashStores finished", zap.Int("TiFlash store count", len(pollTiFlashContext.TiFlashStores)))
return nil
}