So far, I have not configured apacheDS logging and I always see
33768450 [IoThreadPool-1] INFO org.apache.directory.server.ldap.LdapProtocolProvider$LdapProtocolHandler - [/127.0.0.1:34100] RECEIVED: BindRequest
Version : '3'
Name : 'dn=hauser@acm.org'
Simple authentication : '111111/0x31 0x31 0x31 0x31 0x31 0x31 '
While in a development environment, it is ok to log this, in a production environment it is not. I guess quite some production environments use the default, i.e. INFO
furthermore,
http://www.slf4j.org/docs.html is not particularly helpful how to change this...
I looked at my log4j.properties and it does not have any appender for org.apache.directory, so I guess it is not found or apacheDS has its own config file somewhere?
if so, shouldn't this be described somewhere in http://directory.apache.org/subprojects/apacheds/docs/users/index.html ?
see also
DIRSERVER-486andDIRMINA-114