Skip to content

Commit

Permalink
Fix ANSI in log files for macOS
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Carl Jones <[email protected]>
  • Loading branch information
dannycjones committed Nov 7, 2024
1 parent 011043e commit 321098a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mountpoint-s3/src/logging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ fn init_tracing_subscriber(config: LoggingConfig) -> anyhow::Result<()> {

let registry = tracing_subscriber::registry()
.with(syslog_layer)
.with(console_layer)
.with(file_layer)
.with(console_layer)
.with(metrics_tracing_span_layer());

registry.init();
Expand Down

0 comments on commit 321098a

Please sign in to comment.