Skip to content

Commit 49c099c

Browse files
committed
fixed #697
Signed-off-by: Vishal Rana <vr@labstack.com>
1 parent 5789bde commit 49c099c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

echo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ func New() (e *Echo) {
224224

225225
// Logger
226226
e.logger = log.New("echo")
227-
e.SetLogLevel(log.FATAL)
227+
e.SetLogLevel(log.OFF)
228228

229229
return
230230
}

0 commit comments

Comments
 (0)