update
parent
255ea00084
commit
a96e4b8024
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue