We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a2b90e commit dd25e4aCopy full SHA for dd25e4a
1 file changed
ratelimit.go
@@ -32,10 +32,10 @@ func loadRatelimitConfig() error {
32
if err == nil {
33
return nil
34
}
35
- cfg.Logger.Error("Failed to load config", map[string]interface{}{"path": path, "error": err})
+ cfg.Logger.Debug("Failed to load config", map[string]interface{}{"path": path, "error": err})
36
37
38
- cfg.Logger.Debug("Rate limit config not found")
+ cfg.Logger.Error("Rate limit config not found")
39
return os.ErrNotExist
40
41
0 commit comments