Skip to content

Commit

Permalink
cmd: Corrects logging typo (#52)
Browse files Browse the repository at this point in the history
This corrects logging from 'oahtkeeper-proxy' to 'oathkeeper-proxy' in,
e.g., the proxy latency logline.
  • Loading branch information
euank authored and arekkas committed Feb 26, 2018
1 parent 2c8ff2f commit d415291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/serve_proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func runProxy(c *proxyConfig) {
}

n := negroni.New()
n.Use(negronilogrus.NewMiddlewareFromLogger(logger, "oahtkeeper-proxy"))
n.Use(negronilogrus.NewMiddlewareFromLogger(logger, "oathkeeper-proxy"))
n.Use(segmentMiddleware)
n.UseHandler(proxy)

Expand Down

0 comments on commit d415291

Please sign in to comment.