Closed Threezh1 closed 3 years ago
Since all log messages are written via a customizable logger (in ctx.go), this should just do the trick:
proxy.Logger = log.New(ioutil.Discard, "", 0)
Since all log messages are written via a customizable logger (in ctx.go), this should just do the trick:
proxy.Logger = log.New(ioutil.Discard, "", 0)
Thank you very much
Hello, I want to close all warning messages like the following, what should I do? I have tried
proxy.Verbose = false
, but this does not completely turn them off.