Skip to content

Commit b11d440

Browse files
committed
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 9a85d8b.
1 parent ff13d4d commit b11d440

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

op-mode-definitions/monitor-log.xml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
<properties>
1010
<help>Monitor last lines of messages file</help>
1111
</properties>
12-
<command>SYSTEMD_LOG_COLOR=false journalctl --no-hostname --follow --boot</command>
12+
<command>SYSTEMD_COLORS=false journalctl --no-hostname --follow --boot</command>
1313
<children>
1414
<node name="color">
1515
<properties>
1616
<help>Output log in a colored fashion</help>
1717
</properties>
18-
<command>SYSTEMD_LOG_COLOR=false grc journalctl --no-hostname --follow --boot</command>
18+
<command>SYSTEMD_COLORS=false grc journalctl --no-hostname --follow --boot</command>
1919
</node>
2020
<node name="ids">
2121
<properties>

0 commit comments

Comments
 (0)