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 whenever opentelemetry-user-events-logs is added without default-features = false somewhere in the dependency tree.

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.

tracing internal-logs