We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b81202 commit 29adafdCopy full SHA for 29adafd
internal/internal_workflow_testsuite.go
@@ -431,6 +431,9 @@ func (env *testWorkflowEnvironmentImpl) setWorkerOptions(options WorkerOptions)
431
if len(options.ContextPropagators) > 0 {
432
env.workerOptions.ContextPropagators = options.ContextPropagators
433
}
434
+ if options.Logger != nil {
435
+ env.workerOptions.Logger = options.Logger
436
+ }
437
env.workflowInterceptors = options.WorkflowInterceptorChainFactories
438
439
0 commit comments