Commit 57947e54 authored by Henning Jacobs's avatar Henning Jacobs Committed by GitHub
Browse files

log config on startup (#161)

parent 4badc729
Showing with 2 additions and 0 deletions
+2 -0
......@@ -57,6 +57,8 @@ func main() {
os.Exit(0)
}
log.Infof("config: %+v", cfg)
if err := validation.ValidateConfig(cfg); err != nil {
log.Fatalf("config validation failed: %v", err)
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment