Cargo Features
[dependencies]
essential-node-cli = { version = "0.8.0", default-features = false, features = ["tracing"] }
- default = tracing
-
The
tracing
feature is set by default wheneveressential-node-cli
is added without
somewhere in the dependency tree.default-features = false - tracing default
-
Enables tracing and tracing-subscriber, tracing of essential-node-api
essential-node-cli has 2 features without comments.