Need Info on the Log4J2.xml file tags
Hi Team,
Could you lets us know what are the usages of these 2 loggers below which are present in Log4J2 file in pega 8.8.4.
We are not o the pega cloud.
1.
</RollingRandomAccessFile> <Delete basePath="${sys:pega.logdir}" maxDepth="1"> <RollingRandomAccessFile name="SIBLINGCLEANER" fileName="@CURR_DIR/logs/Installer-SupersededSiblings-${date:yyyy-MM-dd}.log" filePattern="@CURR_DIR/logs/PRPC-SupersededSiblings-%d{yyyy-MM-dd}-%i.log.gz"> <IfFileName glob="PegaAESRemote_*.log.gz"/> <PatternLayout> <IfLastModified age="45d"/> <Pattern>%d [%20.20t] [%10.10X{pegathread}] [%20.20X{app}] (%30.30c{3}) %-5p %X{stack} %X{userid} - %m%n</Pattern> </PatternLayout> <Policies> <TimeBasedTriggeringP
2. <Logger name="com.pega.pegarules.deploy.external.maintenance.MaintenanceDownloader" level="info"/>