prlog4j2 not printing logs to PegaRULES.log, PegaRULES-ALERT.log
After upgrading from 7.2.0 to 7.4 we converted prlogging.xml to prlog4j2.xml.
This is what we have for the PegaRULES portion. The path used for filename is local to the server but even then we cannot get any logs to print. SR-C58590 was opened for this but no problems were able to be discovered so far. Any ideas? Thank you.
<RollingRandomAccessFile name="PEGA" fileName="/srv/ao/logs/WSDPGAA001A1/pega/PegaRULES.log" filePattern="/srv/ao/logs/WSDPGAA001A1/pega/PegaRULES-%d{MM-dd-yyyy}-%i.log.gz">
<PatternLayout>
<Pattern>%d [%20.20t] [%10.10X{pegathread}] [%20.20X{tenantid}] [%20.20X{app}] (%30.30c{3}) %-5p %X{stack} %X{userid} - %m%n</Pattern>
</PatternLayout>
<Filters>
<!--Deny message logged under ALERT log level-->
<ThresholdFilter level="ALERT" onMatch="DENY" onMismatch="NEUTRAL"/>
</Filters>
<Policies>
<TimeBasedTriggeringPolicy />
<SizeBasedTriggeringPolicy size="250 MB"/>
</Policies>
<DefaultRolloverStrategy max="20"/>
</RollingRandomAccessFile>
***Moderator Edit-Vidyaranjan: Updated SR details***