Fix ansi logging
This commit is contained in:
parent
4f477cffa0
commit
418e09f08a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue