Start a conversation

How to get LDAP logs in Quark Publishing Platform logs folder.

Product: Quark Publishing Platform (QPP)

 

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-

  1. Go to the Server\Conf folder.
  2. Open the log4j.xml file in Notepad.
  3. Add the following logger along with the other logger tags :

     <logger name="com.quark.qpp.core.userprovisioning.ldap">
      <level value="TRACE" />
      </logger>

     
  4. Restart the QPP server.

 

 

Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted
  3. Updated

Comments