https://bugs.openldap.org/show_bug.cgi?id=9726
--- Comment #22 from Shawn McKinney smckinney@symas.com --- (In reply to Shawn McKinney from comment #21)
- loglevel or -s 'packets' has no effect FWICT. To get packets, use '-d
packets' (undocumented)
Correction, per slapd-config.5
"Note that the packets, BER, and parse levels are only available as debug output on stderr, and are not sent to syslog."
A bit confusing. Since they're listed here:
``` loglevel <integer> [...] 2 (0x2 packets) debug packet handling 16 (0x10 BER) print out packets sent and received 2048 (0x800 parse) entry parsing ```
Trying to figure out how to get these into the logfile using loglevel settings.