1
0
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:
Umputun
2021-04-13 14:03:25 -05:00
parent 9bcb9de0d4
commit 510b29c3ec

View File

@@ -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