Skip to content

Commit

Permalink
main: log config filename
Browse files Browse the repository at this point in the history
  • Loading branch information
alrs committed Nov 6, 2019
1 parent 3480dec commit 332bdef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ func initConfig() {
origConfigStr := bytes.NewBuffer(config).String()
viper.ReadConfig(bytes.NewBufferString(origConfigStr))

log.Printf("Using config file:", viper.ConfigFileUsed())
log.Printf("Using config file: %s", viper.ConfigFileUsed())
}
}

Expand Down

0 comments on commit 332bdef

Please sign in to comment.