1
0
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:
bill 2017-01-05 05:20:36 +08:00 committed by Vishal Rana
parent 54fb1015c1
commit bf317578d7

View File

@ -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