mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
Ensure Frr logs to the local2 syslog facility to allow sorting all Frr (staticd, ospfd) logs into a dedicated /var/log/routing log file. We activate OSPF debugging, but keep log level at 'informational' for the time being. The YANG model needs some sort of "knob" to toggle debug messages when troubleshooting OSPF. Fixes #541 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Reserved facilities for logging in various subsystems: - local0: rauc - local1: containers - local2: routing (frr) - local3: - local5: - local6: reserved - local7: nginx