Juan M. Courcoul wrote: ...
> #define LOG_DAEMON (3 << 3) > #define LOG_NOTICE 5 > > So, if you put 'syslog', the code will go via the syslog service, at a > NOTICE level, via the DAEMON facility. Works as expected, logging via syslog at DAEMON/NOTICE, perfectly configurable via syslog.conf. Do beware to set it as: logfile = syslog (no single quotes) Cheers, JMC
