mirror of
https://github.com/labstack/echo.git
synced 2025-01-01 22:09:21 +02:00
correct the document about disabl logs (#801)
there is a spelling error , it`s disable not disabl:)
This commit is contained in:
parent
54fb1015c1
commit
bf317578d7
@ -19,7 +19,7 @@ to `DEBUG`.
|
||||
`Echo#Logger.SetOutput(io.Writer)` can be used to set the output destination for
|
||||
the logger. Default value is `os.Stdout`
|
||||
|
||||
To completely disabl logs use `Echo#Logger.SetOutput(io.Discard)` or `Echo#Logger.SetLevel(log.OFF)`
|
||||
To completely disable logs use `Echo#Logger.SetOutput(io.Discard)` or `Echo#Logger.SetLevel(log.OFF)`
|
||||
|
||||
### Log Level
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user