Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhani-cw committed May 28, 2024
1 parent 84ae3cd commit 65e6b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/infra/tracing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub async fn init_tracing(url: Option<&String>) {
.with_filter(EnvFilter::from_default_env())
.boxed()
} else {
println!("tracing registry enabling text logs");
println!("tracing registry enabling text logs");
fmt::Layer::default()
.with_target(false)
.with_thread_ids(true)
Expand Down

0 comments on commit 65e6b42

Please sign in to comment.