mirror of
https://github.com/labstack/echo.git
synced 2025-07-15 01:34:53 +02:00
correct the document about disabl logs (#801)
there is a spelling error , it`s disable not disabl:)
This commit is contained in:
@ -19,7 +19,7 @@ to `DEBUG`.
|
|||||||
`Echo#Logger.SetOutput(io.Writer)` can be used to set the output destination for
|
`Echo#Logger.SetOutput(io.Writer)` can be used to set the output destination for
|
||||||
the logger. Default value is `os.Stdout`
|
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
|
### Log Level
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user