master
Evan Chen 2021-12-20 02:49:35 +08:00
parent 255ea00084
commit a96e4b8024
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ func (srv *Service) Default(c *gin.Context) {
}
if !util.PROD {
cl.Caller(2)
// cl.Str("trace", util.Stack())
cl.Str("trace", util.Stack())
}
} else if c.Writer.Status() >= 400 {
cl = srv.l.Error().Strs("error", c.Errors.Errors())