Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

Commit

Permalink
cmd: print meaningful config information
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed Dec 16, 2019
1 parent 86135cf commit 96e288c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ func main() {
if err != nil {
log.Fatalf("error: %v", err)
}
log.Printf("Reading following config from config file: %#v", config)

interrupt := make(chan os.Signal, 1)
signal.Notify(interrupt, os.Interrupt)
Expand Down

0 comments on commit 96e288c

Please sign in to comment.