diff options
author | Christian Breunig <christian@breunig.cc> | 2025-02-12 21:39:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-12 21:39:52 +0100 |
commit | e2cae51c1b994b0ac1d6d32bd299b213371fdc71 (patch) | |
tree | a8552262bc204d20b948ea767d884057df4ebde8 | |
parent | c0810663b850bbb8df5a19ea3ec1cb09f919af92 (diff) | |
parent | 773b2bfbb9d202cfb575b843d4038c531ef5c110 (diff) | |
download | vyos-build-e2cae51c1b994b0ac1d6d32bd299b213371fdc71.tar.gz vyos-build-e2cae51c1b994b0ac1d6d32bd299b213371fdc71.zip |
Merge pull request #904 from c-po/current
syslog: T6989: update default system configuration with new CLI syntax
-rw-r--r-- | tools/cloud-init/AWS/config.boot.default | 2 | ||||
-rw-r--r-- | tools/container/config.boot.default | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/cloud-init/AWS/config.boot.default b/tools/cloud-init/AWS/config.boot.default index f115c442..92c3310b 100644 --- a/tools/cloud-init/AWS/config.boot.default +++ b/tools/cloud-init/AWS/config.boot.default @@ -10,7 +10,7 @@ system { } } syslog { - global { + local { facility all { level info } diff --git a/tools/container/config.boot.default b/tools/container/config.boot.default index f115c442..92c3310b 100644 --- a/tools/container/config.boot.default +++ b/tools/container/config.boot.default @@ -10,7 +10,7 @@ system { } } syslog { - global { + local { facility all { level info } |