Re: How do I change the log level
Philip Guenther <[email protected]>
| Newsgroups | gmane.network.openldap.general |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 9 Oct 2009, Matt Burkhardt wrote: > I want to change the log level to just stats or to none. However, I'm > using the new cn=config style and all of the documentation mentions > changing the slapd.conf file. How would I change it? The slapd-config(5) manpage which documents the cn=config backend documents its olcLogLevel attribute for controlling that. You would change that with ldapmodify, like any other config change. Philip Guenther