-
Notifications
You must be signed in to change notification settings - Fork 827
Closed
Description
Feature Request
Crates
tracing-subscriber
Motivation
As of clap
v4, there is now a Clone
requirement on some part of the parse
machinery. This means that trying to take/parse an EnvFilter
does not work, as it does not fulfill the Clone
bound
Proposal
Add the Clone
bound to EnvFilter
, or provide a type that does, which can be used with Clap
.
Alternatives
Provide some other documented way of taking tracing Filter directives from Clap and other similar tools
gliderkite, olivia-fl, Aranjedeath, x86pup and TehPers
Metadata
Metadata
Assignees
Labels
No labels