Fix ansi logging

This commit is contained in:
Andras Schmelczer 2025-11-18 21:36:00 +00:00
parent 4f477cffa0
commit 418e09f08a

View file

@ -104,8 +104,8 @@ fn set_up_logging(
tracing_subscriber::registry()
.with(env_filter)
.with(stderr_layer)
.with(file_layer)
.with(stderr_layer)
.try_init()
.context("Failed to initialise tracing")
.map_err(init_error)?;