better debug log for logging setup
This commit is contained in:
parent
3c2126a581
commit
8327781da0
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ pub(crate) fn setup(bin_name: &str) {
|
|||
)
|
||||
.with(tracing_subscriber::fmt::layer().with_target(true))
|
||||
.init();
|
||||
debug!("tracing/logging is setup");
|
||||
debug!("tracing/logging initialized");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue