Hi,
With reference to this post Workflow query error in 1.5.1 - #5 by maxim
WorkflowId and other LoggerTags are not set for LocalActivities. However, WorkflowId and other tags are present for normal Activity.
I am aware of ActivityInfo which gives these values, but from logging perspective (fish tagging), it is preferable to have these set in MDC.
Is there any way to get these MDC values for LocalActivities?
update: ContextPropagator for LocalActivity also does not work.