Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-28 | smoketest: T5705: use locally connected remote syslog serversmergify/bp/sagitta/pr-3889 | Christian Breunig | |
As there has been no route to the configured syslog servers, smoketests produced: rsyslogd: omfwd: socket 8: error 101 sending via udp: Network is unreachable Rather use some fake syslog servers from 127.0.0.0/8 which are directly connected and we do not need to look up a route, which will suppress the above error message. (cherry picked from commit 744ecfe60ed3633775feeb3da767a88709fd626c) | |||
2024-04-03 | T6199: drop unused Python imports | Christian Breunig | |
found using "git ls-files *.py | xargs pylint | grep W0611" (cherry picked from commit 274b2da242acd1f1f64ff1dee471e34295137c5f) | |||
2023-11-02 | T5705: rsyslog: fix error when level=all. Replace <all> with wildcard <*>, ↵ | Nicolas Fort | |
as it's done with facility. Create basic smoketest for syslog (cherry picked from commit c5ae7c9e2a141d92b8a716b3dbe3e5b41ee4aaba) |