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/cluster-basic | |
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/cluster-basic')
-rw-r--r-- | smoketest/config-tests/cluster-basic | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/smoketest/config-tests/cluster-basic b/smoketest/config-tests/cluster-basic index 744c117eb..871b40bbb 100644 --- a/smoketest/config-tests/cluster-basic +++ b/smoketest/config-tests/cluster-basic @@ -16,6 +16,6 @@ set system console device ttyS0 speed '115200' set system host-name 'vyos' set system login user vyos authentication encrypted-password '$6$O5gJRlDYQpj$MtrCV9lxMnZPMbcxlU7.FI793MImNHznxGoMFgm3Q6QP3vfKJyOSRCt3Ka/GzFQyW1yZS4NS616NLHaIPPFHc0' set system login user vyos authentication plaintext-password '' -set system syslog global facility all level 'info' -set system syslog global facility local7 level 'debug' +set system syslog local facility all level 'info' +set system syslog local facility local7 level 'debug' set system time-zone 'Antarctica/South_Pole' |