Skip to content

Commit ad97005

Browse files
Copilotcschleiden
andcommitted
Remove duplicate logger field additions from executor constructor and cleanup test file
Co-authored-by: cschleiden <[email protected]>
1 parent 3eacbb2 commit ad97005

File tree

2 files changed

+0
-76
lines changed

2 files changed

+0
-76
lines changed

internal/workflowstate/duplicate_fields_test.go

Lines changed: 0 additions & 71 deletions
This file was deleted.

workflow/executor/executor.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,6 @@ func NewExecutor(
110110
}
111111
}
112112

113-
logger = logger.With(
114-
slog.String(log.InstanceIDKey, instance.InstanceID),
115-
slog.String(log.ExecutionIDKey, instance.ExecutionID),
116-
)
117-
118113
return &executor{
119114
registry: r,
120115
historyProvider: historyProvider,

0 commit comments

Comments
 (0)