I am trying to understand why there is a difference in behavior between running this reproducible on my host machine vs dagger-in-dagger: https://github.com/frantjc/dag-intercept-otel-logs
go run ./cmd/repro
Intercepts the otel logs and prints them as expected, but
dagger call repro
does not.
Alternatively, if there's a better way to get ahold of the otel logs, that'd be great