Age | Commit message (Collapse) | Author | |
---|---|---|---|
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) | |||
2023-07-16 | syslog: T2778: fix invalid handling of logrotate and default values | Christian Breunig | |
There was no /var/log/messages handler for logrotate making rsyslog crash after a few days. In addition we had some JIna2 templating errors for hosts, user and file CLI nodes jinja2.exceptions.UndefinedError: 'dict object' has no attribute 'facility' Looks like therey are used rarely ;) - lucky me! | |||
2023-05-12 | T2778: Fix syslog octet_counted format | Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs | |
2023-05-08 | syslog: T2778: migrate to get_config_dict() | Christian Breunig | |