From f2e4a62cac1cde5adb8f3159e966c8b378f405bf Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Mon, 10 Feb 2025 19:59:10 +0100 Subject: [PATCH 1/2] syslog: T6989: update default system configuration with new CLI syntax --- data/config.boot.default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/config.boot.default b/data/config.boot.default index 93369d9b7d..db5d11ea19 100644 --- a/data/config.boot.default +++ b/data/config.boot.default @@ -41,7 +41,7 @@ system { } } syslog { - global { + local { facility all { level "info" } From 12e41b1a110ce59379d796818f732fdb15aacb7b Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Mon, 10 Feb 2025 20:22:58 +0100 Subject: [PATCH 2/2] syslog: T6989: link rsyslog as default syslog implementation --- debian/vyos-1x.links | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/vyos-1x.links b/debian/vyos-1x.links index 402c913062..7e21f294ca 100644 --- a/debian/vyos-1x.links +++ b/debian/vyos-1x.links @@ -1,2 +1,3 @@ /etc/netplug/linkup.d/vyos-python-helper /etc/netplug/linkdown.d/vyos-python-helper /usr/libexec/vyos/system/standalone_root_pw_reset /opt/vyatta/sbin/standalone_root_pw_reset +/lib/systemd/system/rsyslog.service /etc/systemd/system/syslog.service