Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-24 | syslog: T6719: fix the behavior of "syslog global preserve-fqdn" | Nicolas Vollmar | |
2024-07-28 | smoketest: T5705: use locally connected remote syslog servers | 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. | |||
2024-04-03 | T6199: drop unused Python imports | Christian Breunig | |
found using "git ls-files *.py | xargs pylint | grep W0611" | |||
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 |