Hi,
On Thu, 3 Oct 2013, Christian Kratzer wrote: <snipp/>
try following:
dn: cn=config changetype: modify replace: olcLogLevel olcLogLevel: 0
I also like to use symbolic names so I keep following file floating around:
dn: cn=config changetype: modify replace: olcLogLevel olcLogLevel: Conns olcLogLevel: Stats olcLogLevel: Stats2 olcLogLevel: Sync #olcLogLevel: filter #olcLogLevel: config #olcLogLevel: ACL #olcLogLevel: parse
you should be able to use just following to clear logging:
dn: cn=config changetype: modify replace: olcLogLevel olcLogLevel: none
Greetings Christian