Closed
Description
First off...this is super cool, thanks for creating it!
The requirement to enable trace-level events for tokio to use this console means that other layers also receive those events, which makes a fmt Layer pretty unusable without out-of-band filtering.
Per tokio-rs/tracing#302, it looks like per-layer filtering does not yet exist. Before I'd discovered that I'd tried combining separate EnvFilter
s with a fmt Layer and a console Layer using Layer::and_then
, but this clearly doesn't work as expected.
Maybe there's another workaround I haven't thought of?
Metadata
Metadata
Assignees
Labels
No labels