Update log.go
This commit is contained in:
parent
ad1bb3ebde
commit
140ed2da97
|
@ -28,6 +28,6 @@ func LogHTTP(r *http.Request) *logger.Entry {
|
||||||
return Log.WithFields(logger.Fields{
|
return Log.WithFields(logger.Fields{
|
||||||
"remote": ip,
|
"remote": ip,
|
||||||
"method": r.Method,
|
"method": r.Method,
|
||||||
"path": r.URL.Path,
|
"url": r.URL.RequestURI(),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue