Skip to content

Commit f7b566d

Browse files
authored
Merge pull request #221 from yaananth/yaananth-patch-3
Fix: flatten logging fields regression
2 parents 6bda8a1 + cee7f95 commit f7b566d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/workflow/executor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ func (e *executor) executeEvent(event *history.Event) error {
296296
fields = append(fields, attributesFields...)
297297
}
298298

299-
e.logger.Debug("Executing event", fields)
299+
e.logger.Debug("Executing event", fields...)
300300

301301
var err error
302302

0 commit comments

Comments
 (0)