We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 441b083 commit d439508Copy full SHA for d439508
sarama.go
@@ -91,7 +91,7 @@ import (
91
92
var (
93
// Logger is the instance of a StdLogger interface that Sarama writes connection
94
- // management events to. By default it is set to discard all log messages via ioutil.Discard,
+ // management events to. By default it is set to discard all log messages via io.Discard,
95
// but you can set it to redirect wherever you want.
96
Logger StdLogger = log.New(io.Discard, "[Sarama] ", log.LstdFlags)
97
0 commit comments