better debug log for logging setup
This commit is contained in:
parent
3c2126a581
commit
8327781da0
@ -10,5 +10,5 @@ pub(crate) fn setup(bin_name: &str) {
|
|||||||
)
|
)
|
||||||
.with(tracing_subscriber::fmt::layer().with_target(true))
|
.with(tracing_subscriber::fmt::layer().with_target(true))
|
||||||
.init();
|
.init();
|
||||||
debug!("tracing/logging is setup");
|
debug!("tracing/logging initialized");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user