aports/community/atuin/server-log-without-ansi-style.patch
2023-04-29 20:00:53 +00:00

16 lines
437 B
Diff

From: Jakub Jirutka <jakub@jirutka.cz>
Date: Fri, 13 May 2022 03:08:00 +0200
Subject: [PATCH] Build server without ANSI styles
This is not very useful for textual log files...
--- a/atuin/Cargo.toml
+++ b/atuin/Cargo.toml
@@ -82,5 +82,5 @@
[dependencies.tracing-subscriber]
version = "0.3"
default-features = false
-features = ["ansi", "fmt", "registry", "env-filter"]
+features = ["fmt", "registry", "env-filter"]
optional = true