mirror of
https://github.com/umputun/reproxy.git
synced 2025-09-16 08:46:17 +02:00
wrap proxy internal err log
This commit is contained in:
@@ -169,6 +169,7 @@ func (h *Http) proxyHandler() http.HandlerFunc {
|
||||
TLSHandshakeTimeout: h.Timeouts.TLSHandshake,
|
||||
ExpectContinueTimeout: h.Timeouts.ExpectContinue,
|
||||
},
|
||||
ErrorLog: log.ToStdLogger(log.Default(), "WARN"),
|
||||
}
|
||||
|
||||
// default assetsHandler disabled, returns error on missing matches
|
||||
|
Reference in New Issue
Block a user