Question

HCL
IN
Last activity: 23 Jul 2018 7:42 EDT
Configuring Log Level settings for Listeners
Hello,
We have an issue where I need to set logging level for listeners ( Whenever a listener is down, an alert has to be created in log file ). If I add through Designer Studio, then after restart of Node, it is automatically getting removed and so I need to add it again. I tried to modify prlogging.xml ( we are on version 7.2.2 ) by adding the below tag:
<category name="com.pega.pegarules.integration.engine.internal.services.listener.ListenerStateManagerImpl" additivity="false">
<priority value="alert"/>
<appender-ref ref="CONSOLE"/>
</category>
But this also didn't work. Can someone let me know how to proceed with this?
Thanks in advance.
Regards,
Bhanu.
***Moderator Edit: Vidyaranjan | Updated Platform Capability***