You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While enabling a ContextPropagators to include MDC in logging I found that it did not work during my tests.
After some investigation I found out that the TestWorkflowEnvironmentInternal calls WorkflowClientOptions.newBuilder(options). Which creates a copy of the options but without the context propagators.
On first glance fixing this seems as simple as just setting the context propagators in WorkflowClientOptions.
The text was updated successfully, but these errors were encountered:
While enabling a ContextPropagators to include MDC in logging I found that it did not work during my tests.
After some investigation I found out that the TestWorkflowEnvironmentInternal calls
WorkflowClientOptions.newBuilder(options)
. Which creates a copy of the options but without the context propagators.On first glance fixing this seems as simple as just setting the context propagators in WorkflowClientOptions.
The text was updated successfully, but these errors were encountered: