summaryrefslogtreecommitdiff
path: root/src/conf_mode/syslog.py
AgeCommit message (Collapse)Author
2019-07-16[syslog] T1530 - "set system syslog global archive file" doesn't workhagbard
2019-04-27[rsyslog] T1358 - typo fixed os.path.existshagbard
2019-04-25[rsyslogd] T1355 - rsyslog stopped after reboot or clean starthagbard
- rsyslog appears now to be started via systemd automatically, checking for the pid to avoid restart race condition between systemd vyos conf script
2019-03-11[rsyslog] Fixes: T1294 - Trying to delete 'system syslog' throws an exceptionhagbard
2019-03-07[rsyslog] T1282 - Configure VyOS to send syslog messages to remote syslog ↵hagbard
using fully-qualified domain name
2018-11-14Fixes: T940 adding immark to syslog optionshagbard
2018-09-08T836: syslog messages split accross multiple fileshagbard
- logs now only to /var/log/messages per default - enforces the global template from /usr/share/vyos/rsyslog/rsyslog.conf
2018-07-24T736: bugfix, if facility is not set by the user, it defaults to *.err,in ↵hagbard
hosts proto wouldn't have a default, actually it wouldn't exist.
2018-07-24T736: import order changed, invoke-rc.d replaced by systemctl commandhagbard
2018-07-24T736: Rewrite remote logging (syslog) to XML/Pythonhagbard