Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jdoklovic committed Feb 29, 2016
1 parent 8769a86 commit cee5818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions glogrus.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ type glogrus struct {

func (glogr glogrus) ServeHTTP(resp http.ResponseWriter, req *http.Request) {
start := time.Now()

//TODO: figure out how to get a proper reqId in the context
//reqID := middleware.GetReqID(*glogr.c)

glogr.l.WithFields(logrus.Fields{
//"req_id": reqID,
"uri": req.RequestURI,
Expand Down

0 comments on commit cee5818

Please sign in to comment.