We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b7f5bc + f15e522 commit b460cbcCopy full SHA for b460cbc
op-mode-definitions/monitor-log.xml.in
@@ -9,13 +9,13 @@
9
<properties>
10
<help>Monitor last lines of messages file</help>
11
</properties>
12
- <command>SYSTEMD_LOG_COLOR=false journalctl --no-hostname --follow --boot</command>
+ <command>SYSTEMD_COLORS=false journalctl --no-hostname --follow --boot</command>
13
<children>
14
<node name="color">
15
16
<help>Output log in a colored fashion</help>
17
18
- <command>SYSTEMD_LOG_COLOR=false grc journalctl --no-hostname --follow --boot</command>
+ <command>SYSTEMD_COLORS=false grc journalctl --no-hostname --follow --boot</command>
19
</node>
20
<node name="ids">
21
0 commit comments