Skip to content

Commit

Permalink
statistics: turn off verbose logs (#51616)
Browse files Browse the repository at this point in the history
ref #50132
  • Loading branch information
Rustin170506 authored Mar 8, 2024
1 parent b55c855 commit 4ce1a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/statistics/handle/autoanalyze/refresher/refresher.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func (r *Refresher) PickOneTableAndAnalyzeByPriority() bool {
// Only analyze one table each time.
return true
}
statslogutil.StatsLogger().Info(
statslogutil.StatsLogger().Debug(
"No table to analyze",
)
return false
Expand Down

0 comments on commit 4ce1a6e

Please sign in to comment.