-
-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Milestone
Description
Currently the "log" feature of the "tracing" dependency is enabled (ref):
[dependencies.tracing]
version = "0.1.17"
features = ["log"]
If I understand correctly, this means that any application using "isahc" will have the tracing "log" feature enabled, with no way to disable it (because cargo features are additive). This will then not only apply to "isahc" but to all other usages of "tracing".
If that is correct, shouldn't this be disabled by default, and only enabled if the application decides to do so?
Metadata
Metadata
Assignees
Labels
No labels