Upgrade tracing-subscriber and disable ANSI sanitization

This commit is contained in:
Ivan Molodetskikh
2026-04-16 08:46:11 +03:00
parent d4b4407236
commit 2b58e03d30
3 changed files with 15 additions and 39 deletions
+1
View File
@@ -55,6 +55,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
.compact()
.with_writer(io::stderr)
.with_env_filter(env_filter)
.with_ansi_sanitization(false)
.init();
if env::var_os("NOTIFY_SOCKET").is_some() {