diff --git a/op-mode-definitions/show-console-server.xml.in b/op-mode-definitions/show-console-server.xml.in index 253d15498..eae6fd536 100644 --- a/op-mode-definitions/show-console-server.xml.in +++ b/op-mode-definitions/show-console-server.xml.in @@ -1,36 +1,36 @@ <?xml version="1.0"?> <interfaceDefinition> <node name="show"> <children> <node name="log"> <children> <leafNode name="console-server"> <properties> <help>Show log for serial console server</help> </properties> - <command>/usr/bin/journalctl --unit conserver-server.service</command> + <command>journalctl --no-hostname --boot --follow --unit conserver-server.service</command> </leafNode> </children> </node> <node name="console-server"> <properties> <help>Show Console-Server information</help> </properties> <children> <leafNode name="ports"> <properties> <help>Examine console ports and configured baud rates</help> </properties> <command>/usr/bin/console -x</command> </leafNode> <leafNode name="user"> <properties> <help>Show users on various consoles</help> </properties> <command>/usr/bin/console -u</command> </leafNode> </children> </node> </children> </node> </interfaceDefinition>