Cargo Features
[dependencies]
opentelemetry-user-events-logs = { version = "0.10.0", default-features = false, features = ["spec_unstable_logs_enabled", "internal-logs"] }
- default = internal-logs
-
The
internal-logs
feature is set by default wheneveropentelemetry-user-events-logs
is added without
somewhere in the dependency tree.default-features = false - spec_unstable_logs_enabled
-
Enables spec_unstable_logs_enabled of opentelemetry, opentelemetry-appender-tracing, and opentelemetry_sdk
- internal-logs default = tracing
-
Enables internal-logs of opentelemetry and opentelemetry_sdk
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.