Maksym Pavlenko

Results 147 comments of Maksym Pavlenko

I'd love to have `RUST_LOG` supported, so `env_logger` sounds like a good start here. Though it still needs file as a target AFAIU. We also can introduce [tracing adapter](https://docs.rs/tracing-log/latest/tracing_log/) as...

That's totally fair, using just `tracing` crate would be more convenient and easier. However also I'd want to keep rust-extensions generic and unopinionated when possible. We don't want tracing to...

I guess same suggestion here as in https://github.com/containerd/rust-extensions/pull/305#discussion_r1702070554. There is a lot of linux specific stuff. Let's move those to a separate file to have less linux targets?

@samuelkarp is the bot going away too?

Could you pls rebase against latest main to fix the CI ?

Trying to understand this change. Can you elaborate how exactly this fixes the issue? You spawn an extra thread on each iteration and each new thread still writes to the...

That make sense to me, I definitely want compatibility patches in for darwin. As for the runtime/runu part - I'd suggest to start with a non core repo to give...

Added local streaming support as suggested by @dmcgowan PTAL. This currently works only for HTTP debug. For HTTP trace, we need to update the log package to be able to...