[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Modify logger back-end



Ziya Suzen writes:
> We need to log modifications to the LDAP database

slapd -d 256 logs all operations, including modifications.
It comes from the Statslog() calls in slapd/*.c and slapd/*/*.c.
If you have enough disk space, you can simply run with -d 256
and filter out non-modifications from the log.
Otherwise, you can comment out the Statslog() calls you are
not interested in from the code.

-- 
Hallvard