update
parent
b519c534d6
commit
620745c32c
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue