https://bugs.openldap.org/show_bug.cgi?id=9726
--- Comment #8 from Shawn McKinney smckinney@symas.com ---
logfile <filename> Specify a file for recording slapd debug messages. By default these messages >only go to stderr, are not recorded anywhere else, and are unrelated to >messages exposed by the loglevel configuration parameter. Specifying a logfile >copies messages to both stderr and the logfile.
Confused by phrasing "and are unrelated to messages exposed by the loglevel configuration parameter". How are they unrelated to the loglevel setting?
IOW - Doesn't loglevel always control the granularity of the messages, regardless of whether they are bound for stderr or the logfile?
And yes, the 'logFileOnly' flag controls that behavior which is clearly pointed out in the man page and despite what was said on earlier comment.