chore(cmd/joj3): CAPITALIZE actor name spaceholder
All checks were successful
submodules sync / sync (push) Successful in 40s
build / build (push) Successful in 1m52s
build / trigger-build-image (push) Successful in 9s

This commit is contained in:
张泊明518370910136 2025-07-02 13:02:26 -04:00
parent 386b1c0fd6
commit a22a48ec3d
GPG Key ID: D47306D7062CDA9D

View File

@ -57,7 +57,7 @@ func (h *multiHandler) WithGroup(name string) slog.Handler {
func newSlogAttrs(csvPath string) []slog.Attr { func newSlogAttrs(csvPath string) []slog.Attr {
actor := env.GetActor() actor := env.GetActor()
actorName := fmt.Sprintf("Name(%s)", actor) actorName := fmt.Sprintf("NAME(%s)", actor)
actorID := fmt.Sprintf("ID(%s)", actor) actorID := fmt.Sprintf("ID(%s)", actor)
if csvPath != "" { if csvPath != "" {