Page MenuHomeVyOS Platform

Use journalctl for "show log tail"
Open, LowPublic

Description

The basic run show log command uses journalctl, but run show log tail <num> still reads from /var/log/messages. That means it's missing out the ANSI colors and may be slower than a direct read from the binary format.

Details

Version
-
Is it a breaking change?
Perfectly compatible
Issue type
Feature (new functionality)