driesm
Developer
Hello,
At the moment I'm trying to configure different services to log through syslog.
An entry located under /usr/local/etc/syslog.d/ which is default included in /etc/syslog.conf looks like this:
I also have a file in /usr/local/etc/newsyslog.conf.d/ with an entry like:
Altough OpenVPN is not logging anything in openvpn.log it looks like this after a day:
Any Ideas? I have a similar configuration for isc-dhcpd server.
Which is also not logging anything with the above entries.
At the moment I'm trying to configure different services to log through syslog.
An entry located under /usr/local/etc/syslog.d/ which is default included in /etc/syslog.conf looks like this:
Code:
!openvpn
*.* /var/log/openvpn.log
I also have a file in /usr/local/etc/newsyslog.conf.d/ with an entry like:
Code:
/var/log/openvpn.log 600 5 100 * JC
Altough OpenVPN is not logging anything in openvpn.log it looks like this after a day:
Code:
Sep 22 18:31:25 vados newsyslog[86822]: logfile first created
Any Ideas? I have a similar configuration for isc-dhcpd server.
Which is also not logging anything with the above entries.