diff options
author | Christian Breunig <christian@breunig.cc> | 2025-02-05 20:23:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-05 20:23:44 +0100 |
commit | c40ff64dfcdbd9c597b686952769df9c106967cd (patch) | |
tree | af10da96ef3dcc44149c9bdb9ab20ea1df7bbe24 /smoketest/config-tests/basic-vyos-no-ntp | |
parent | c1cd7b4a7665f29ffcbe22d8450abaa759932242 (diff) | |
parent | cf7721f7d5345e484e0c57b643913d2353dca6f5 (diff) | |
download | vyos-1x-c40ff64dfcdbd9c597b686952769df9c106967cd.tar.gz vyos-1x-c40ff64dfcdbd9c597b686952769df9c106967cd.zip |
Merge pull request #4305 from c-po/syslog-T6989
syslog: T6989: convert old configuration format to "advanced"
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' |