Skip to content

Commit 89119c4

Browse files
committed
chore: change config log to debug level
1 parent 9227810 commit 89119c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ func LoadConfig(file string) error {
3939
return err
4040
}
4141

42-
log.Info("load config success", zap.Reflect("Cfg", Cfg))
42+
log.Debug("load config success", zap.Reflect("Cfg", Cfg))
4343
return nil
4444
}

0 commit comments

Comments
 (0)