Skip to content

Commit

Permalink
Merge bfe0a52 into b325616
Browse files Browse the repository at this point in the history
  • Loading branch information
ruudk committed Apr 10, 2020
2 parents b325616 + bfe0a52 commit 2fbdfb9
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 @@ -44,7 +44,7 @@ func main() {
if err := cfg.ParseFlags(os.Args[1:]); err != nil {
log.Fatalf("flag parsing error: %v", err)
}
log.Infof("config: %s", cfg)
log.Debugf("config: %s", cfg)

if err := validation.ValidateConfig(cfg); err != nil {
log.Fatalf("config validation failed: %v", err)
Expand Down

0 comments on commit 2fbdfb9

Please sign in to comment.