Samuele
Samuele
**Note for reviewers:** commits are split and commented appropriately, I would recommend checking them one by one. ### Summary This PR adds OpenTelemetry formatted logs as a new signal supported...
### Summary add an action to enable executing the `/prdiff ` command, to get the diff between the current PR's changes and the other PR's (effectively this outputs the diff...
## Motivation Resolve [https://github.com/tokio-rs/tracing/issues/1629](https://github.com/tokio-rs/tracing/issues/1629) without introducing a breaking change. A workaround for this issue was introduced via [`filter_mut`](https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.Filtered.html#method.filter_mut), which allows reloading the `Filter` of a `Filtered` layer — but it...