update: trace

This commit is contained in:
loveuer
2024-07-17 21:31:51 +08:00
parent ec869aec2b
commit 116d5b13f8
5 changed files with 15 additions and 19 deletions

View File

@ -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) {