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 /data/config.boot.default | |
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
Diffstat (limited to 'data/config.boot.default')
-rw-r--r-- | data/config.boot.default | 2 |
1 files changed, 1 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" } |