macro_rules! debug { ($($tt:tt)*) => { ... }; }
Forwards to tracing::debug when the tracing feature is enabled