Skip to content

Commit f12d77f

Browse files
committed
Log level to debug in debug mode
Signed-off-by: Vishal Rana <[email protected]>
1 parent 18a78a3 commit f12d77f

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
@@ -289,7 +289,7 @@ func (e *Echo) SetRenderer(r Renderer) {
289289
// SetDebug enable/disable debug mode.
290290
func (e *Echo) SetDebug(on bool) {
291291
e.debug = on
292-
e.SetLogLevel(log.FATAL)
292+
e.SetLogLevel(log.DEBUG)
293293
}
294294

295295
// Debug returns debug mode (enabled or disabled).

0 commit comments

Comments
 (0)