Cargo Features

[dependencies]
starbase = { version = "0.9.4", default-features = false, features = ["tracing", "log-compat"] }
default = tracing

The tracing feature is set by default whenever starbase is added without default-features = false somewhere in the dependency tree.

tracing default

Enables tracing, tracing-chrome, and tracing-subscriber

Affects starbase::tracing

log-compat

Enables tracing-log

Affects tracing::TracingOptions.intercept_log