Skip to content

Enable colour in console output #893

@josecelano

Description

@josecelano

I've disabled color in the console output with .with_ansi(false).

let builder = tracing_subscriber::fmt().with_max_level(filter).with_ansi(false);

image

I've disabled it because we need to parse logs to detect running services and the color introduces hidden chars in the output.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions