Skip to content

Commit

Permalink
feat add to print for recover message
Browse files Browse the repository at this point in the history
  • Loading branch information
moezakura committed Apr 28, 2022
1 parent 1c5d6cc commit 79a426c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func NewControllers(
return
}

c.Logger().Errorf("process panic: %#v\n", recoverErr)
debug.PrintStack()

if httpErr, ok := recoverErr.(*echo.HTTPError); ok {
Expand Down

0 comments on commit 79a426c

Please sign in to comment.