dhcpd capacity

Simon Hobson dhcp1 at thehobsons.co.uk
Wed Nov 7 14:53:00 UTC 2007


Benjamin Wiechman wrote:
>How do you check to see if syslog is configured to write synchronously or
>asynchronously?

Check the config file - /etc/syslog.conf

For example, on one of my servers I have :

*.=info;*.=notice;*.=warn;\
         auth,authpriv.none;\
         cron,daemon.none;\
         mail,news.none          -/var/log/messages

The '-' in front of the file name is the key, if it just said 
"/var/log/messages" then it would be synch, but adding the '-' to 
make it "-/var/log/messages" configures it for async.



More information about the dhcp-users mailing list