Skip to content

Commit d91187e

Browse files
[Querythrottler]Remove noisy config loading error log (#18904)
Signed-off-by: siddharth16396 <[email protected]>
1 parent c8f9881 commit d91187e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

go/vt/vttablet/tabletserver/querythrottler/query_throttler.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ func (qt *QueryThrottler) startConfigRefreshLoop() {
186186
case <-configRefreshTicker.C:
187187
newCfg, err := qt.cfgLoader.Load(qt.ctx)
188188
if err != nil {
189-
log.Errorf("Error loading config: %v", err)
190189
continue
191190
}
192191

0 commit comments

Comments
 (0)