We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba1c502 commit c9c5765Copy full SHA for c9c5765
internals/proxy/middlewares/log.go
@@ -22,7 +22,7 @@ func loggingHandler(next http.Handler) http.Handler {
22
if body.Data != nil && !body.Empty {
23
log.Dev(req.Method, " ", req.URL.Path, " ", req.URL.RawQuery, body.Data)
24
} else {
25
- log.Dev(req.Method, " ", req.URL.Path, " ", req.URL.RawQuery)
+ log.Info(req.Method, " ", req.URL.Path, " ", req.URL.RawQuery)
26
}
27
28
0 commit comments