Improve settings #168
1 changed files with 1 additions and 1 deletions
Fix ansi logging
commit
418e09f08a
|
|
@ -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)?;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue