Skip to content

Commit

Permalink
Made the config flags a bit moar readable in the log output
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynom committed Aug 18, 2020
1 parent 4de8ad3 commit 193b2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/web/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func main() {
}

logger.WithFields(logrus.Fields{
"config": conf.GetSensored(),
"config": conf.String(),
}).Info("Starting up...")

h, err := highwayhash.New128([]byte(conf.Hash.Key))
Expand Down

0 comments on commit 193b2a2

Please sign in to comment.