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 9227810 commit 89119c4Copy full SHA for 89119c4
pkg/config/config.go
@@ -39,6 +39,6 @@ func LoadConfig(file string) error {
39
return err
40
}
41
42
- log.Info("load config success", zap.Reflect("Cfg", Cfg))
+ log.Debug("load config success", zap.Reflect("Cfg", Cfg))
43
return nil
44
0 commit comments