Hey everyone,
I faced an issue with dhcpd logging.
Configured logging:
But I only see daemon startup logs in /var/log/messages. Tried versions 4.1, 4.2 and 4.3. Each time keep getting the same result.
Please advice if how solve this issue.
Thanks in advance.
Regards,
Alex
I faced an issue with dhcpd logging.
Configured logging:
Code:
gw# less /usr/local/etc/dhcpd.conf | grep log
log-facility local7;
gw# less /etc/rc.conf | grep dhcpd
dhcpd_enable="YES"
dhcpd_ifaces="em3"
gw# cat /etc/syslog.conf | grep dhcpd
!dhcpd
*.* /var/log/dhcpd.log
But I only see daemon startup logs in /var/log/messages. Tried versions 4.1, 4.2 and 4.3. Each time keep getting the same result.
Please advice if how solve this issue.
Thanks in advance.
Regards,
Alex