From f15e52248046f48a710bc69c85d7aa734ea15951 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sat, 21 Dec 2024 23:22:53 +0100 Subject: op-mode: T6971: "monitor log" should have no output color at all There was an invalid attempt to remove journalctl output colour. Unfortunately it does not work 100% and it needs a different environment variable. This fixes commit 9a85d8bbeee7. --- op-mode-definitions/monitor-log.xml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/op-mode-definitions/monitor-log.xml.in b/op-mode-definitions/monitor-log.xml.in index f6b70be32..c9dc49b3a 100644 --- a/op-mode-definitions/monitor-log.xml.in +++ b/op-mode-definitions/monitor-log.xml.in @@ -9,13 +9,13 @@ Monitor last lines of messages file - SYSTEMD_LOG_COLOR=false journalctl --no-hostname --follow --boot + SYSTEMD_COLORS=false journalctl --no-hostname --follow --boot Output log in a colored fashion - SYSTEMD_LOG_COLOR=false grc journalctl --no-hostname --follow --boot + SYSTEMD_COLORS=false grc journalctl --no-hostname --follow --boot -- cgit v1.2.3