Cargo Features

[dependencies]
starbase = { version = "0.5.2", default-features = false, features = ["tracing"] }
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-appender, tracing-log, and tracing-subscriber, tracing of starbase_macros

Affects starbase::tracing