master
Evan Chen 2021-12-20 02:40:12 +08:00
parent b519c534d6
commit 620745c32c
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(3)
// 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())