diff options
Diffstat (limited to 'internal/context/context.go')
-rw-r--r-- | internal/context/context.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/context/context.go b/internal/context/context.go index a34398a2..d05767ba 100644 --- a/internal/context/context.go +++ b/internal/context/context.go @@ -179,7 +179,7 @@ func (c *Context) NotFound() { // Error renders the 500 page. func (c *Context) Error(err error, msg string) { - log.ErrorDepth(5, "%s: %v", msg, err) + log.ErrorDepth(4, "%s: %v", msg, err) c.Title("status.internal_server_error") |