Applies to- Quark Publishing Platform
Summary: User can edit the “log4j.xml” file located at QPP Server\Conf to adjust logging levels for LDAP. Different logging levels- ERROR, INFO, WARN, DEBUG, SQLTRACE and TRACE can also be set for the same.
Solution: To enhance the log level of the QPP server for LDAP logs-
- Go to the Server\Conf folder.
- Open the log4j.xml file in Notepad.
- Add the following logger along with the other logger tags :
<logger name="com.quark.qpp.core.userprovisioning.ldap">
<level value="TRACE" />
</logger> - Restart the QPP server.