NetGauze
NetGauze copied to clipboard
Collector: move from debug --> trace for per message logs
Also for complex prints might be better to wrap those in if tracing::enabled!(tracing::Level::TRACE) { tracing::trace!(""); }