Skip to content

Commit

Permalink
fix(logging): fixed logfmt formatter (#1885)
Browse files Browse the repository at this point in the history
fix(logging): add a target field in the logfmt formatter
  • Loading branch information
gurinderu committed Nov 8, 2023
1 parent da84a39 commit 1bcfb1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nox/src/layers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ where

let layer = match log_format {
LogFormat::Logfmt => tracing_logfmt::builder()
.with_target(false)
.with_target(true)
.with_span_path(false)
.with_span_name(false)
.layer()
Expand Down

0 comments on commit 1bcfb1c

Please sign in to comment.