Skip to content

Commit

Permalink
changed log output for custom gateway starting
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblakeley authored and buger committed Jan 31, 2018
1 parent a2f533e commit 0915506
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 @@ -1341,7 +1341,7 @@ func listen(l, controlListener net.Listener, err error) {

log.WithFields(logrus.Fields{
"prefix": "main",
}).Info("Custom gateway started")
}).Infof("Custom gateway started (%s)", VERSION)
log.WithFields(logrus.Fields{
"prefix": "main",
}).Warning("HTTP Server Overrides detected, this could destabilise long-running http-requests")
Expand Down

0 comments on commit 0915506

Please sign in to comment.