master
Evan Chen 2021-12-20 02:39:40 +08:00
parent 16616ed5bc
commit b519c534d6
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ func (srv *Service) Default(c *gin.Context) {
cl.Str("error", fmt.Sprint(err))
}
if !util.PROD {
cl.Caller(4)
cl.Caller(3)
// cl.Str("trace", util.Stack())
}
} else if c.Writer.Status() >= 400 {