diff --git a/cmd/joj3/log.go b/cmd/joj3/log.go index 9601dee..ee310f5 100644 --- a/cmd/joj3/log.go +++ b/cmd/joj3/log.go @@ -57,7 +57,7 @@ func (h *multiHandler) WithGroup(name string) slog.Handler { func newSlogAttrs(csvPath string) []slog.Attr { actor := env.GetActor() - actorName := fmt.Sprintf("Name(%s)", actor) + actorName := fmt.Sprintf("NAME(%s)", actor) actorID := fmt.Sprintf("ID(%s)", actor) if csvPath != "" {