Skip to content

Commit

Permalink
chore: CFE tracing, don't log current span twice (#4240)
Browse files Browse the repository at this point in the history
chore: only log span list
  • Loading branch information
j4m1ef0rd authored Nov 14, 2023
1 parent 95fcd89 commit 7101e2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utilities/src/with_std/logging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ pub async fn init_json_logger(
let reload_handle = {
let builder = tracing_subscriber::fmt()
.json()
.with_current_span(false)
.with_span_list(true)
.with_env_filter(
EnvFilter::builder()
.with_default_directive(LevelFilter::INFO.into())
Expand Down

0 comments on commit 7101e2a

Please sign in to comment.