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
- 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' />
- 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.
- Save the file and replace it in the Conf folder.
- Re-launch the Server
Priyanka Bhotika
Comments