mirror of
https://gitlab.durp.info/durfy/modules/durpify.git
synced 2026-05-07 16:10:28 -05:00
update
This commit is contained in:
parent
73830d57b8
commit
b4562a1da4
13 changed files with 89 additions and 130 deletions
|
|
@ -27,7 +27,6 @@ func Logging(next http.Handler) http.Handler {
|
|||
}
|
||||
|
||||
next.ServeHTTP(wrapped, r)
|
||||
|
||||
log.Info("INFO", wrapped.statusCode, r.Method, r.URL.Path, time.Since(start))
|
||||
log.Error("INFO", wrapped.statusCode, r.Method, r.URL.Path, time.Since(start))
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue