# Properties to initialise log4j #################################################### # DEFAULT log4j.rootLogger=DEBUG, APACHE-DS #################################################### log4j.appender.APACHE-DS=org.apache.log4j.ConsoleAppender log4j.appender.APACHE-DS.layout=org.apache.log4j.PatternLayout #log4j.appender.APACHE-DS.layout.ConversionPattern=%8r> [%-20.20C{1}] - %m%n log4j.appender.APACHE-DS.layout.ConversionPattern=%8r --%-30.30C{1}-- [%5.5p] %m%n log4j.logger.org.apache.asn1new.ber.Asn1Decoder=INFO log4j.logger.org.apache.asn1new.ber.grammar.AbstractGrammar=DEBUG # Ber grammar log4j.logger.org.apache.asn1new.ber.grammar.AbstractGrammar=DEBUG # The two followin classes does not have any logger #log4j.logger.org.apache.asn1new.ber.grammar.GrammarAction=DEBUG #log4j.logger.org.apache.asn1new.ber.grammar.GrammarTransition=DEBUG #Ber TLV: none of the following classes does have a logger. #log4j.logger.org.apache.asn1new.ber.tlv.Length=DEBUG #log4j.logger.org.apache.asn1new.ber.tlv.Tag=DEBUG #log4j.logger.org.apache.asn1new.ber.tlv.TLV=DEBUG #log4j.logger.org.apache.asn1new.ber.tlv.Value=DEBUG # Ldap Codec log4j.logger.org.apache.asn1new.LdapDecoder log4j.logger.org.apache.asn1new.LdapMessageContainer # Ldap grammars log4j.logger.org.apache.asn1new.codec.grammar.AbandonRequestGrammar=DEBUG log4j.logger.org.apache.asn1new.codec.grammar.AddRequestGrammar=DEBUG log4j.logger.org.apache.asn1new.codec.grammar.AddResponseGrammar=DEBUG log4j.logger.org.apache.asn1new.codec.grammar.BindRequestGrammar=DEBUG log4j.logger.org.apache.asn1new.codec.grammar.BindResponseGrammar=DEBUG log4j.logger.org.apache.asn1new.codec.grammar.CompareRequestGrammar=DEBUG log4j.logger.org.apache.asn1new.codec.grammar.CompareResponseGrammar=DEBUG log4j.logger.org.apache.asn1new.codec.grammar.DelRequestGrammar=DEBUG log4j.logger.org.apache.asn1new.codec.grammar.DelResponseGrammar=DEBUG log4j.logger.org.apache.asn1new.codec.grammar.ExtendedRequestGrammar=DEBUG log4j.logger.org.apache.asn1new.codec.grammar.ExtendedResponseGrammar=DEBUG log4j.logger.org.apache.asn1new.codec.grammar.FilterGrammar=DEBUG log4j.logger.org.apache.asn1new.codec.grammar.LdapControlGrammar=DEBUG log4j.logger.org.apache.asn1new.codec.grammar.LdapMessageGrammar=DEBUG log4j.logger.org.apache.asn1new.codec.grammar.LdapResultGrammar=DEBUG log4j.logger.org.apache.asn1new.codec.grammar.ModifyDNRequestGrammar=DEBUG log4j.logger.org.apache.asn1new.codec.grammar.ModifyDNResponseGrammar=DEBUG log4j.logger.org.apache.asn1new.codec.grammar.ModifyRequestGrammar=DEBUG log4j.logger.org.apache.asn1new.codec.grammar.ModifyResponseGrammar=DEBUG log4j.logger.org.apache.asn1new.codec.grammar.SearchRequestGrammar=DEBUG log4j.logger.org.apache.asn1new.codec.grammar.SearchResultDoneGrammar=DEBUG log4j.logger.org.apache.asn1new.codec.grammar.SearchResultEntryGrammar=DEBUG log4j.logger.org.apache.asn1new.codec.grammar.SearchResultReferenceGrammar=DEBUG log4j.logger.org.apache.asn1new.codec.grammar.UnBinRequestGrammar=DEBUG # Ldap codec Primitives log4j.logger.org.apache.asn1new.codec.primitives.LdapDN=DEBUG log4j.logger.org.apache.asn1new.codec.primitives.LdapString=DEBUG log4j.logger.org.apache.asn1new.codec.primitives.LdapURL=DEBUG log4j.logger.org.apache.asn1new.codec.primitives.RelativeLdapDN=DEBUG # Ldap codec utils log4j.logger.org.apache.asn1new.codec.utils.DNUtils=DEBUG # Beware ! Very verbose ... log4j.logger.org.apache.asn1new.ldap.TwixDecoder=DEBUG log4j.logger.org.apache.asn1new.ldap.TwixEncoder=DEBUG log4j.logger.org.apache.asn1new.ldap.TwixTransformer=DEBUG # Pojos log4j.logger.org.apache.asn1new.ldap.pojo.AbandonRequest=DEBUG log4j.logger.org.apache.asn1new.ldap.pojo.AddRequest=DEBUG log4j.logger.org.apache.asn1new.ldap.pojo.AddResponse=DEBUG log4j.logger.org.apache.asn1new.ldap.pojo.AttributeValueAssertion=DEBUG log4j.logger.org.apache.asn1new.ldap.pojo.BindRequest=DEBUG log4j.logger.org.apache.asn1new.ldap.pojo.BindResponse=DEBUG log4j.logger.org.apache.asn1new.ldap.pojo.CompareRequest=DEBUG log4j.logger.org.apache.asn1new.ldap.pojo.CompareResponse=DEBUG log4j.logger.org.apache.asn1new.ldap.pojo.Control=DEBUG log4j.logger.org.apache.asn1new.ldap.pojo.DelRequest=DEBUG log4j.logger.org.apache.asn1new.ldap.pojo.DelResponse=DEBUG log4j.logger.org.apache.asn1new.ldap.pojo.ExtendedRequest=DEBUG log4j.logger.org.apache.asn1new.ldap.pojo.ExtendedResponse=DEBUG log4j.logger.org.apache.asn1new.ldap.pojo.LdapAuthentication=DEBUG log4j.logger.org.apache.asn1new.ldap.pojo.LdapMessage=DEBUG log4j.logger.org.apache.asn1new.ldap.pojo.LdapResponse=DEBUG log4j.logger.org.apache.asn1new.ldap.pojo.LdapResult=DEBUG log4j.logger.org.apache.asn1new.ldap.pojo.ModifyDNRequest=DEBUG log4j.logger.org.apache.asn1new.ldap.pojo.ModifyDNResponse=DEBUG log4j.logger.org.apache.asn1new.ldap.pojo.ModifyRequest=DEBUG log4j.logger.org.apache.asn1new.ldap.pojo.ModifyResponse=DEBUG log4j.logger.org.apache.asn1new.ldap.pojo.SaslCredentials=DEBUG log4j.logger.org.apache.asn1new.ldap.pojo.SearchRequest=DEBUG log4j.logger.org.apache.asn1new.ldap.pojo.SearchResultDone=DEBUG log4j.logger.org.apache.asn1new.ldap.pojo.SearchResultEntry=DEBUG log4j.logger.org.apache.asn1new.ldap.pojo.SearchResultReference=DEBUG log4j.logger.org.apache.asn1new.ldap.pojo.SimpleAuthentication=DEBUG log4j.logger.org.apache.asn1new.ldap.pojo.UnBinRequest=DEBUG # Pojo filters log4j.logger.org.apache.asn1new.ldap.pojo.filters.AndFilter=DEBUG log4j.logger.org.apache.asn1new.ldap.pojo.filters.AttributeValueAssertionFilter=DEBUG log4j.logger.org.apache.asn1new.ldap.pojo.filters.ConnectorFilter=DEBUG log4j.logger.org.apache.asn1new.ldap.pojo.filters.ExtensibleMatchFilter=DEBUG log4j.logger.org.apache.asn1new.ldap.pojo.filters.Filter=DEBUG log4j.logger.org.apache.asn1new.ldap.pojo.filters.NotFilter=DEBUG log4j.logger.org.apache.asn1new.ldap.pojo.filters.OrFilter=DEBUG log4j.logger.org.apache.asn1new.ldap.pojo.filters.PresentFilter=DEBUG log4j.logger.org.apache.asn1new.ldap.pojo.filters.SubstringFilter=DEBUG