On ons, 2007-08-22 at 04:55 -0300, Michel Santos wrote: > so then I have to take care when upgrading because my 2.6.S14 are still > working well with 'access_log syslog:local:4' That syntax is not understood by any version and is silently ignored, resulting in the log being sent to daemon.info (same as LOG_DAMON| LOG_INFO) This is true for 2.6.STABLE14 at least. Later versions may reject the invalid configuration as invalid. If you want the log sent to the local4 facility in 2.6.STABLE14 then specify syslog:LOG_LOCAL4 nothing else. Regards Henrik