We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8047be7 commit 73b7ecaCopy full SHA for 73b7eca
website/content/guide/customization.md
@@ -19,7 +19,7 @@ to `DEBUG`.
19
`Echo#Logger.SetOutput(io.Writer)` can be used to set the output destination for
20
the logger. Default value is `os.Stdout`
21
22
-To completely disable logs use `Echo#Logger.SetOutput(io.Discard)` or `Echo#Logger.SetLevel(log.OFF)`
+To completely disable logs use `Echo#Logger.SetOutput(ioutil.Discard)` or `Echo#Logger.SetLevel(log.OFF)`
23
24
### Log Level
25
0 commit comments