diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-06-29 16:48:52 +0200 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2026-07-01 21:01:14 +0200 |
| commit | 1403abb248c63fd1e7a9dc01ca447f86c8173664 (patch) | |
| tree | f446566bce9abd48703ecade96588997590ed449 | |
| parent | 063e007a5a8eac3bb9ad101206dc94734eeaa595 (diff) | |
| download | vyos-1x-1403abb248c63fd1e7a9dc01ca447f86c8173664.tar.gz vyos-1x-1403abb248c63fd1e7a9dc01ca447f86c8173664.zip | |
op-mode: T9009: rename "monitor log level" to priority to match journalctl
| -rw-r--r-- | op-mode-definitions/monitor-log.xml.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/op-mode-definitions/monitor-log.xml.in b/op-mode-definitions/monitor-log.xml.in index bd7a98f7d..ae536a2b9 100644 --- a/op-mode-definitions/monitor-log.xml.in +++ b/op-mode-definitions/monitor-log.xml.in @@ -111,15 +111,6 @@ </node> </children> </node> - <tagNode name="level"> - <properties> - <help>Monitor log and filter messages by minimum priority level (includes all higher severities)</help> - <completionHelp> - <list>emerg alert crit err warning notice info debug</list> - </completionHelp> - </properties> - <command>SYSTEMD_COLORS=false journalctl --no-hostname --follow --boot -p $4</command> - </tagNode> <tagNode name="facility"> <properties> <help>Monitor last lines of messages file and filter by specified facility</help> @@ -217,6 +208,15 @@ </properties> <command>journalctl --no-hostname --boot --follow --unit accel-ppp@pppoe.service</command> </leafNode> + <tagNode name="priority"> + <properties> + <help>Monitor last lines of messages file and filter by minimum priority level (includes all higher severities)</help> + <completionHelp> + <list>emerg alert crit err warning notice info debug</list> + </completionHelp> + </properties> + <command>SYSTEMD_COLORS=false journalctl --no-hostname --follow --boot --priority=$4</command> + </tagNode> <node name="protocol"> <properties> <help>Monitor routing protocol logs</help> |
