diff options
author | Christian Breunig <christian@breunig.cc> | 2025-02-11 05:06:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-11 05:06:42 +0100 |
commit | 9c9bb35f414242ddd729de063de468a543b2d7c8 (patch) | |
tree | 657d07d1de66be19832c8e9f8e19edf6d4cdf9dc | |
parent | 3bec1664e3b775374b6f5c1587550520439a2907 (diff) | |
parent | 12e41b1a110ce59379d796818f732fdb15aacb7b (diff) | |
download | vyos-1x-9c9bb35f414242ddd729de063de468a543b2d7c8.tar.gz vyos-1x-9c9bb35f414242ddd729de063de468a543b2d7c8.zip |
Merge pull request #4343 from c-po/syslog-T6989-fix
syslog: T6989: update default system configuration with new CLI syntax
-rw-r--r-- | data/config.boot.default | 2 | ||||
-rw-r--r-- | debian/vyos-1x.links | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/data/config.boot.default b/data/config.boot.default index 93369d9b7..db5d11ea1 100644 --- a/data/config.boot.default +++ b/data/config.boot.default @@ -41,7 +41,7 @@ system { } } syslog { - global { + local { facility all { level "info" } diff --git a/debian/vyos-1x.links b/debian/vyos-1x.links index 402c91306..7e21f294c 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 |