Skip to content

Commit

Permalink
Merge pull request #19 from fkakuma/validate-logs
Browse files Browse the repository at this point in the history
Validate logs before SetLevel
  • Loading branch information
robbrockbank authored Jul 19, 2017
2 parents be236b7 + 706142e commit adf3a59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ func initConfig() error {
}
// Update config from the TOML configuration file.
if configFile == "" {
log.Debug("Skipping confd config file.")
log.Info("Skipping confd config file.")
} else {
log.Debug("Loading " + configFile)
log.Info("Loading " + configFile)
configBytes, err := ioutil.ReadFile(configFile)
if err != nil {
return err
Expand Down

0 comments on commit adf3a59

Please sign in to comment.