Prlogging appender Upgrade and sibiling cleaner configuration
When we reviewed the prlogging file that came along with 7.2.2 media request we found new appenders then what we are using. Can you pls clarify what is purpose of it.
When we reviewed the prlogging file that came along with 7.2.2 media request we found new appenders then what we are using. Can you pls clarify what is purpose of it.
<appender name="UPGRADE" class="com.pega.pegarules.priv.util.UpgradeAppender">
<param name="FileNamePattern" value="'@CURR_DIR/logs/PRPC-RuleUpgradeActions-'yyyy-MMM-dd'.log'"/>
<layout class="com.pega.apache.log4j.PatternLayout">
<param name="ConversionPattern" value="%d [%20.20t] [%10.10X{pegathread}] [%20.20X{app}] (%30.30c{3}) %-5p %X{stack} %X{userid} - %m%n"/>
</layout>
</appender>
<appender name="SIBLINGCLEANER" class="com.pega.pegarules.priv.util.UpgradeAppender">
<param name="FileNamePattern" value="'@CURR_DIR/logs/PRPC-SupersededSiblings-'yyyy-MMM-dd'.log'"/>
<layout class="com.pega.apache.log4j.PatternLayout">
<param name="ConversionPattern" value="%d [%20.20t] [%10.10X{pegathread}] [%20.20X{app}] (%30.30c{3}) %-5p %X{stack} %X{userid} - %m%n"/>
</layout>
</appender>
<category name="com.pega.pegarules.deploy.internal.util.SyncRptGenerator" additivity="false">
<priority value="info"/>
<appender-ref ref="UPGRADE"/>
</category>
<category name="com.pega.pegarules.deploy.internal.archive.importer.synchronization.SiblingRulesCleanupSynchronizer" additivity="false">
<priority value="info"/>
<appender-ref ref="SIBLINGCLEANER"/>
<appender-ref ref="CONSOLE"/>
</category>
***Moderator Edit: Vidyaranjan| Updated Categories***