diff options
author | Christian Breunig <christian@breunig.cc> | 2023-06-21 22:09:07 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-06-21 23:17:27 +0200 |
commit | 9a85d8bbeee73052ebb4f62bb58dc3f0bdff0b25 (patch) | |
tree | 12a54c1e1522f47f68b1fbc8a3362307b75ef9ac | |
parent | 82e7a2a51da9ed9a2e8389d94d52d719eb5a82f1 (diff) | |
download | vyos-1x-9a85d8bbeee73052ebb4f62bb58dc3f0bdff0b25.tar.gz vyos-1x-9a85d8bbeee73052ebb4f62bb58dc3f0bdff0b25.zip |
op-mode: remove colour optput from journalctl
-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 06b1cf129..c577c5a39 100644 --- a/op-mode-definitions/monitor-log.xml.in +++ b/op-mode-definitions/monitor-log.xml.in @@ -6,13 +6,13 @@ <properties> <help>Monitor last lines of messages file</help> </properties> - <command>journalctl --no-hostname --follow --boot</command> + <command>SYSTEMD_LOG_COLOR=false journalctl --no-hostname --follow --boot</command> <children> <node name="color"> <properties> <help>Output log in a colored fashion</help> </properties> - <command>grc journalctl --no-hostname --follow --boot</command> + <command>SYSTEMD_LOG_COLOR=false grc journalctl --no-hostname --follow --boot</command> </node> <node name="ids"> <properties> |