diff options
author | Christian Breunig <christian@breunig.cc> | 2025-02-10 19:59:10 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2025-02-10 19:59:27 +0100 |
commit | f2e4a62cac1cde5adb8f3159e966c8b378f405bf (patch) | |
tree | 2a1a9d5819392a9d463fec51388c421d7eef88a1 /data/config.boot.default | |
parent | 41e9b8b362faedc0c20316255d59d7f90e848a4c (diff) | |
download | vyos-1x-f2e4a62cac1cde5adb8f3159e966c8b378f405bf.tar.gz vyos-1x-f2e4a62cac1cde5adb8f3159e966c8b378f405bf.zip |
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" } |