Open cbrake opened 1 year ago
You can do this as a workaround:
func init() {
log.Default().SetOutput(io.Discard)
}
thanks @xiegeo!
is there any reason this message can't be simply removed? Is this repo still maintained or should it be forked?
forked in Simple IoT project: https://github.com/simpleiot/mdns
I have an application that occasionally scans looking for new devices -- is there any way to turn off the "Closing client" log message:
https://github.com/hashicorp/mdns/blob/master/client.go#L188
Or is there a good reason to have this message in a running system?