Skip to content

Commit

Permalink
Changed log level for missing config (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
chapsuk authored May 28, 2018
1 parent 6c7a25d commit a070c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/viper.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func Init(appName, cfg, driverName string) error {
if !strings.Contains(err.Error(), "Not Found") {
return err
}
logger.G().Warnf("Missing config file: %s", err)
logger.G().Debugf("Missing config file: %s", err)
}

if driverName == "" {
Expand Down

0 comments on commit a070c74

Please sign in to comment.