################################################################################################################ # Tomcat rest2ldap log file handler configuration # By default: all rest2ldap logs will end up in ${catalina.base}/logs/rest2ldap.yyyy-MM-dd.log # Set the log level to FINEST to enable ldap requests logging. # See https://tomcat.apache.org/tomcat-8.0-doc/logging.html for more details about how to configure tomcat logs. ################################################################################################################ handlers = 5rest2ldap.org.apache.juli.FileHandler 5rest2ldap.org.apache.juli.FileHandler.directory = ${catalina.base}/logs 5rest2ldap.org.apache.juli.FileHandler.prefix = rest2ldap. org.forgerock.opendj.rest2ldap.level = INFO org.forgerock.opendj.rest2ldap.handlers = 5rest2ldap.org.apache.juli.FileHandler