Improve syslogging
stunnel logs do not seem to be going to /var/log/stunnel4/*, but to /var/log/syslog instead some openvpn stuff is getting logged to /var/log/daemon.log, instead of /var/log/leap/openvpn.log sometimes leap-mx stops logging, and it will start again if you restart rsyslog and leap-mx. -> some open leap-mx issues
FIX SO THAT ALL MAIL IS NOT COPIED INTO /var/log/syslog
diff --git a/templates/client.conf.erb b/templates/client.conf.erb index c05ae79..4333a09 100644 --- a/templates/client.conf.erb +++ b/templates/client.conf.erb @@ -93,7 +93,7 @@ auth,authpriv.* /var/log/secure <% if scope.lookupvar('rsyslog::log_style') == 'debian' -%>
First some standard log files. Log by facility.
-.;auth,authpriv.none -/var/log/syslog +*.;auth,authpriv.none;mail.none -/var/log/syslog cron. /var/log/cron.log daemon.* -/var/log/daemon.log kern.* -/var/log/kern.log
(from redmine: created on 2016-04-07, closed on 2016-07-05)