Page MenuHomeVyOS Platform

Op-comm "Show log frr" to view specific protocol logs
Closed, ResolvedPublicFEATURE REQUEST

Description

The log messages related to FRR are collected via syslog so either the logs can be viewed in the messages files' using frr keyword or through the journalctl linux utility.

It will be more convenient to use a VyOS command to view the frr logs specific to each protocol like "show log frr"

Details

Difficulty level
Normal (likely a few hours)
Version
1.4-rolling-202204050536
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Improvement (missing useful functionality)

Event Timeline

I very much like this idea.

show log ospf could just call grep ospfd /var/log/messages, whereas show log ospfv3 will call grep ospf6d /var/log/messages

Or - as op-mode commands can call other op-mode commands, just use: show log | match ospfd

SrividyaA triaged this task as Low priority.
SrividyaA changed Difficulty level from Unknown (require assessment) to Normal (likely a few hours).
SrividyaA changed Version from - to 1.4-rolling-202204050536.
SrividyaA changed Issue type from Unspecified (please specify) to Improvement (missing useful functionality).