You are viewing a plain text version of this content. The canonical link for it is here.
Posted to api@directory.apache.org by Frank Crow <fj...@gmail.com> on 2016/04/15 17:49:05 UTC

Turning off logging

What is the best way to turn off logging in the Apache LDAP API?    All of
our apps that use it are continually generating a LOT of verbose log
entries!



Thanks,

-- 
Frank

Re: Turning off logging

Posted by Emmanuel Lécharny <el...@gmail.com>.
Le 15/04/16 17:49, Frank Crow a écrit :
> What is the best way to turn off logging in the Apache LDAP API?    All of
> our apps that use it are continually generating a LOT of verbose log
> entries!
>
>
>
> Thanks,
>
We use log4j, so adding a log4j.properties with log level set to NONE
should do the trick.