diff options
author | Christian Breunig <christian@breunig.cc> | 2024-12-22 11:02:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-22 11:02:33 +0100 |
commit | b460cbc1f1e22ae0b0c806a3419d624dde95f9d5 (patch) | |
tree | 0692a71afe0f16129129fadbf37937c219f1ef14 | |
parent | 4b7f5bc06fda2613c89f75562efa90680463f78e (diff) | |
parent | f15e52248046f48a710bc69c85d7aa734ea15951 (diff) | |
download | vyos-1x-b460cbc1f1e22ae0b0c806a3419d624dde95f9d5.tar.gz vyos-1x-b460cbc1f1e22ae0b0c806a3419d624dde95f9d5.zip |
Merge pull request #4249 from c-po/journalctl-colour
op-mode: T6971: "monitor log" should have no output color at all
-rw-r--r-- | op-mode-definitions/monitor-log.xml.in | 4 |
1 files 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 @@ <properties> <help>Monitor last lines of messages file</help> </properties> - <command>SYSTEMD_LOG_COLOR=false journalctl --no-hostname --follow --boot</command> + <command>SYSTEMD_COLORS=false journalctl --no-hostname --follow --boot</command> <children> <node name="color"> <properties> <help>Output log in a colored fashion</help> </properties> - <command>SYSTEMD_LOG_COLOR=false grc journalctl --no-hostname --follow --boot</command> + <command>SYSTEMD_COLORS=false grc journalctl --no-hostname --follow --boot</command> </node> <node name="ids"> <properties> |