fixed logging

This commit is contained in:
ston1th 2021-03-07 13:55:41 +01:00
commit 5bb67f7922
2 changed files with 3 additions and 3 deletions

View file

@ -73,7 +73,7 @@ func (c *Context) log() {
c.logger.Info("access",
"addr", c.Request.RemoteAddr,
"method", c.Request.Method,
"url", c.Request.URL,
"url", c.Request.URL.Path,
"status", c.Status,
)
}