Question
Atos Syntel
IN
Last activity: 6 Jul 2017 6:17 EDT
How do log events of levels of INFO and WARN get logged when you have set the priority value to ALERT
Below is the setting from my prlogging.xml file, the priority level is not changed in any of the appenders.
<root>
<priority value="alert"/>
<appender-ref ref="ASYNC"/>
<appender-ref ref="ALERT-ASYNC"/>
</root>
when you select ALERT as the logging level, only log events above ALERT level should be logged, but i can see log events of level INFO and WARN in the PegaRules log file, how are these events getting logged.
***Moderator Edit: Vidyaranjan | Updated Categories***