1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-10 00:28:23 +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 // Logger
e.logger = log.New("echo") e.logger = log.New("echo")
e.SetLogLevel(log.FATAL) e.SetLogLevel(log.OFF)
return return
} }