Improve settings #168

Merged
schmelczer merged 14 commits from asch/explore into main 2025-11-19 19:53:10 +00:00
Showing only changes of commit 418e09f08a - Show all commits

Fix ansi logging

Andras Schmelczer 2025-11-18 21:36:00 +00:00

View file

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