Skip to content

Commit

Permalink
chore: add target in fmt layer
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-starkware committed Nov 4, 2024
1 parent 5efdb37 commit 7e8f542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/mempool_infra/src/trace_util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use tracing_subscriber::{fmt, EnvFilter};
const DEFAULT_LEVEL: LevelFilter = LevelFilter::INFO;

pub fn configure_tracing() {
let fmt_layer = fmt::layer().compact().with_target(false);
let fmt_layer = fmt::layer().compact().with_target(true);
let level_filter_layer =
EnvFilter::builder().with_default_directive(DEFAULT_LEVEL.into()).from_env_lossy();

Expand Down

0 comments on commit 7e8f542

Please sign in to comment.