1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-22 20:06:21 +02:00
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana 2016-10-28 17:09:07 -07:00
parent 5789bde991
commit 49c099c3b3

View File

@ -224,7 +224,7 @@ func New() (e *Echo) {
// Logger
e.logger = log.New("echo")
e.SetLogLevel(log.FATAL)
e.SetLogLevel(log.OFF)
return
}