Ivan Ordonez <iordonez@berkeley.edu> writes:Hi, I want to create logging for LDAP (version 2.4.19-r1) using syslog-ng on Gentoo box. Hope someone here can point me in the right direction. I'm lost here.slapd logs to local4. filter f_local4 {facility(local4); }; destination slapd { file("/var/log/slapd"); }; log {source(src); filter(f_local4); destination(slapd); }; -Dieter