update: trace
This commit is contained in:
@ -12,7 +12,7 @@ func _mix(c *nf.Ctx, msg string) string {
|
||||
return msg
|
||||
}
|
||||
|
||||
return fmt.Sprintf("%v | %s", c.Locals(opt.LocalShortTraceKey), msg)
|
||||
return fmt.Sprintf("%v | %s", c.Locals(opt.LocalTraceKey), msg)
|
||||
}
|
||||
|
||||
func Debug(c *nf.Ctx, msg string, data ...any) {
|
||||
|
Reference in New Issue
Block a user