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
2025-03-03T13:44:55.853009Z TRACE scenario:step: swarm_tests::steps: connect (mode=Optional(None), remote=Optional(Some("router-1")))
2025-03-03T13:44:55.853050Z DEBUG scenario:step: swarm_tests::steps: Get address for container `router-1`
2025-03-03T13:44:55.854279Z DEBUG scenario:step: swarm_tests::steps: Address for container `router-1` is `172.19.0.3`
[...]
2025-03-03T13:44:55.853009Z TRACE scenario:step: swarm_tests::steps: connect (mode=Optional(None), remote=Optional(Some("router-1")))
2025-03-03T13:44:55.853050Z DEBUG scenario:step: swarm_tests::steps: Get address for container `router-1`
2025-03-03T13:44:55.854279Z DEBUG scenario:step: swarm_tests::steps: Address for container `router-1` is `172.19.0.3`
[...]
The lines are completely identical. The strange thing is, that this happens for the steps after I created a new root span. I had to create the span as workaround, because cucumber will wait until the current span is closed, which will never happen if my session is stored in my world.
The text was updated successfully, but these errors were encountered:
Hey guys,
I discovered a strange issue with the
tracing
feature enabled: My tracing logs are displayed twice. I have set up tracing with the following code:And then I have some log outputs inside my step, like this:
I see the log output twice:
The lines are completely identical. The strange thing is, that this happens for the steps after I created a new root span. I had to create the span as workaround, because cucumber will wait until the current span is closed, which will never happen if my session is stored in my world.
The text was updated successfully, but these errors were encountered: