On 2006/10/16 22:21, Peter Huncar wrote: > is it posible for dhcpd to log to another facility than DAEMON?
of course, set DHCPD_LOG_FACILITY to one of the other facility codes (listed in /usr/include/syslog.h) and rebuild dhcpd. > Respectively, can I have dhcpd logs in separate file? read about ! and !! in syslog.conf(5) for splitting log entries for certain programs off to separate files. there are examples at the bottom of the sample /etc/syslog.conf too...