Skip to content

Commit b460cbc

Browse files
authored
Merge pull request #4249 from c-po/journalctl-colour
op-mode: T6971: "monitor log" should have no output color at all
2 parents 4b7f5bc + f15e522 commit b460cbc

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)