genofire/hs_monolith
genofire
/
hs_monolith
Archived
1
0
Fork 0

Update log.go

This commit is contained in:
Geno 2017-03-30 14:37:04 +02:00 committed by GitHub
parent ad1bb3ebde
commit 140ed2da97
1 changed files with 1 additions and 1 deletions

View File

@ -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(),
}) })
} }