diff options
author | Christian Breunig <christian@breunig.cc> | 2025-01-22 20:52:52 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2025-02-03 07:16:35 +0100 |
commit | 211bc4a767564d1eb28b431e1529eb719bb721a9 (patch) | |
tree | db6a7c99185d46c28ad9010691f176ef1cf1233c /smoketest/config-tests/basic-vyos-no-ntp | |
parent | b9c43b19acb6f649bb6f64c75ab63df768e360c9 (diff) | |
download | vyos-1x-211bc4a767564d1eb28b431e1529eb719bb721a9.tar.gz vyos-1x-211bc4a767564d1eb28b431e1529eb719bb721a9.zip |
syslog: T6989: rename "global" to "local"
The previously "global" options actually were only relevant for the local
logging to /var/log/messages.
Diffstat (limited to 'smoketest/config-tests/basic-vyos-no-ntp')
-rw-r--r-- | smoketest/config-tests/basic-vyos-no-ntp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/smoketest/config-tests/basic-vyos-no-ntp b/smoketest/config-tests/basic-vyos-no-ntp index a18260108..f00dea5d4 100644 --- a/smoketest/config-tests/basic-vyos-no-ntp +++ b/smoketest/config-tests/basic-vyos-no-ntp @@ -48,6 +48,6 @@ set system host-name 'no-ntp' set system login user vyos authentication encrypted-password '$6$r/Yw/07NXNY$/ZB.Rjf9jxEV.BYoDyLdH.kH14rU52pOBtrX.4S34qlPt77chflCHvpTCq9a6huLzwaMR50rEICzA5GoIRZlM0' set system login user vyos authentication plaintext-password '' set system name-server '172.16.254.30' -set system syslog global facility all level 'debug' -set system syslog global facility local7 level 'debug' +set system syslog local facility all level 'debug' +set system syslog local facility local7 level 'debug' set system time-zone 'Europe/Berlin' |