Skip to content

Commit 41537cb

Browse files
authored
disabled excessive logging
1 parent 600d6d4 commit 41537cb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

throttle/throttle.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ func (cfg *redisConfig) refreshSettings() {
182182
return
183183
}
184184

185-
log.Debugf("Loaded throttle config: %v", string(encoded))
185+
// too much info in this log. disabled
186+
// log.Debugf("Loaded throttle config: %v", string(encoded))
186187

187188
cfg.mx.Lock()
188189
cfg.settings = settings

0 commit comments

Comments
 (0)