NetGauze icon indicating copy to clipboard operation
NetGauze copied to clipboard

Collector: move from debug --> trace for per message logs

Open rodonile opened this issue 5 months ago • 1 comments

rodonile avatar Sep 16 '25 12:09 rodonile

Also for complex prints might be better to wrap those in if tracing::enabled!(tracing::Level::TRACE) { tracing::trace!(""); }

rodonile avatar Sep 16 '25 12:09 rodonile