Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-03 | T2546: migrate "show log" to vyos-1x | Christian Poessinger | |
2011-10-27 | 'show log tail <NUMBER>' should still be a show command, not a monitor command. | John Southworth | |
(cherry picked from commit ee0662c27b696d734424bd3d657a57059f3db548) | |||
2011-10-27 | move 'show log tail' to 'monitor log' | John Southworth | |
(cherry picked from commit 419e99faea0ffd33e0b7176bc0ff08927ff67de9) | |||
2008-07-07 | Turn on paging of tail when showing count lines | Stephen Hemminger | |
Bugfix 3017 | |||
2008-02-29 | Follow log file through log rotation | Justin Fletcher | |
2008-02-26 | add command to show end of log file | Stephen Hemminger | |
Fixes: https://bugzilla.vyatta.com/show_bug.cgi?id=728 New commands: show log tail == tail -f /var/log/messages show log tail N == tail -n N /var/log/messages |