Skip to content

Commit

Permalink
chore: change config log to debug level
Browse files Browse the repository at this point in the history
  • Loading branch information
gitsang committed Jun 23, 2022
1 parent 9227810 commit 89119c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ func LoadConfig(file string) error {
return err
}

log.Info("load config success", zap.Reflect("Cfg", Cfg))
log.Debug("load config success", zap.Reflect("Cfg", Cfg))
return nil
}

0 comments on commit 89119c4

Please sign in to comment.