Start a conversation

How to increase the number of logs in Quark Publishing Platform?

Product: Quark Publishing Platform (QPP)

The number of logs are modified from the log4j.xml file.

To increase the numbers of logs please navigate to the following location:

MAC: MAC HD > Applications > Quark Publishing Platform > Server > conf > log4j.xml

Windows: C:\>Program files > Quark > Quark Publishing Platform > Server > conf > log4j.xml

 

  1. Open the log4j.xml in Text Editor or Notepad and edit the following section:
<appender name='QpsServerAllFileAppender' class='org.apache.log4j.RollingFileAppender'>
<param name='file' value='log/QppServer.log' />
<param name='maxFileSize' value='10MB' />
<param name='maxBackupIndex' value='10' />
  1. Change the value for maxBackupIndex value to 25 or 50 as per the requirement. You may also change the file size by changing the maxFileSize value to 5MB - 30 MB as per the requirement.
  2. Save the file and replace it in the Conf folder.
  3. Re-launch the Server
Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted
  3. Updated

Comments