Skip to content

Commit

Permalink
fixed #697
Browse files Browse the repository at this point in the history
Signed-off-by: Vishal Rana <[email protected]>
  • Loading branch information
vishr committed Oct 29, 2016
1 parent 5789bde commit 49c099c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion echo.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ func New() (e *Echo) {

// Logger
e.logger = log.New("echo")
e.SetLogLevel(log.FATAL)
e.SetLogLevel(log.OFF)

return
}
Expand Down

0 comments on commit 49c099c

Please sign in to comment.