David Barsky

Results 134 comments of David Barsky

Your question in #2261 does, in fact, have to do with this issue. I think that the [`.boxed()` combinator](https://docs.rs/tracing-subscriber/latest/tracing_subscriber/layer/trait.Layer.html#method.boxed) should resolve this issue for you.

@schell No, not beyond what you saw here in this issue. We would absolutely love a PR to this repository to support this change, but if this is blocking you,...

+1 to Eliza's suggestion; it's also more consistent with the rest of the `tracing` ecosystem. Not setting `.with_extension` could default to the current extension.

> To maintain backwards compatibility with the previous filename format we need to add a . between the timestamp and prefix, so @hawkw's with_prefix("myapp-") example wouldn't really work out as...

> So while getting value by field name doesn't make a lot of sense over iterating values, getting value by &Field makes ergonomics for subscribers/layers that only care about specific...

Thanks for working on this! I'm not opposed to adding compression support to tracing-appender, but here are my initial thoughts on this PR: - The compression feature should be behind...

Sorry, this is taking me a minute to review. I'm trying to remember _how_ `Interest` and `log` interact here, especially across feature flags.

Sorry for the delay in reviewing this and big thanks to @bryangarza for tackling these PRs. I don't believe that the documentation is _entirely_ correct (I'll make suggestions shortly) but...

I haven't been able to dig into this properly—and Eliza would probably be able to correct me on this—but most of the progress has gone to https://github.com/CAD97/tracing-filter/, which will be...

While I think I'd prefer to wait for chrono 0.5 to include chrono-based timestamp time formatters inside of tracing-subscriber (as the format strings are, unfortunately, a public API), I think...