rename mod with tracing inits due to macro issues

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-12-08 13:47:02 +00:00
parent f70fdca828
commit a752fb9943
3 changed files with 3 additions and 3 deletions

View file

@ -1,10 +1,10 @@
pub(crate) mod clap;
mod logging;
mod mods;
mod restart;
mod sentry;
mod server;
mod signal;
mod tracing;
extern crate conduit_core as conduit;