fix
This commit is contained in:
@@ -8,7 +8,7 @@ pub fn init_tracing(default_level: &str) {
|
||||
EnvFilter::try_from_default_env().unwrap_or_else(|_| EnvFilter::new(default_level));
|
||||
tracing_subscriber::fmt()
|
||||
.with_env_filter(filter)
|
||||
.with_target(false)
|
||||
.with_target(true)
|
||||
.compact()
|
||||
.init();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user