Skip to content

Commit

Permalink
tracing_subscriber::fmt::format::FmtSpan;
Browse files Browse the repository at this point in the history
  • Loading branch information
hidenori-shinohara committed Feb 10, 2024
1 parent 3ccdb46 commit be79839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/utils/logger.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use std::sync::Once;

use tracing_subscriber::fmt::format::FmtSpan;
use tracing_subscriber::util::SubscriberInitExt;
use tracing_subscriber::EnvFilter;
use tracing_subscriber::fmt::format::FmtSpan;

static INIT: Once = Once::new();

Expand Down

0 comments on commit be79839

Please sign in to comment.