summaryrefslogtreecommitdiff
path: root/data/templates/syslog/logrotate.tmpl
AgeCommit message (Collapse)Author
2022-05-01syslog: T4353: fix Jinja2 linting errorsChristian Poessinger
2022-03-07logrotate: T4250: Fixed logrotate config generationzsdc
* Removed `/var/log/auth.log` and `/var/log/messages` from `/etc/logrotate.d/rsyslog`, because they conflict with VyOS-controlled items what leads to service error. * Removed generation config file for `/var/log/messages` from `system-syslog.py` - this should be done from `syslom logs` now. * Generate each logfile from `system syslog file` to a dedicated logrotate config file. * Fixed logrotate config file names in `/etc/rsyslog.d/vyos-rsyslog.conf`. * Added default logrotate settins for `/var/log/messages`
2020-04-05syslog: T2230: move inlined templates to dedicated filesChristian Poessinger