https://bugs.openldap.org/show_bug.cgi?id=6949
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|TEST |--- Status|RESOLVED |CONFIRMED
--- Comment #12 from Quanah Gibson-Mount quanah@openldap.org --- Unable to get this to work in master.
Set up a generic slapd with cn=config
Did an ldapmodify to set the logging options:
ldapmodify -x -H ldapi:/// -D cn=config -w secret dn: cn=config changetype: modify add: olcLogFile olcLogFile: /var/symas/slapd.log - add: olcLogFileOnly olcLogFileOnly: TRUE - add: olcLogFileRotate olcLogFileRotate: 12 10 1
modifying entry "cn=config"
Logfile is created, but nothing is logged to it.
Restarted slapd, still nothing logged to it.
Explicitly set the loglevel to stats sync
Still nothing logged to it.