Question
2
Replies
1511
Views
HMSA
Posted: December 19, 2017
Last activity: December 20, 2017
Closed
Logging level for Email Listeners
I want to see in the PegaRULES log file when a Email Listener has been started/stopped/recycled.
I tried updating the prLogging.xml file with the following statement:
<category name="com.pega.pegarules.integration.engine.internal.services.email.EmailListener">
<priority value="debug"/>
</category>
I see more statements in the logs for the Email Listeners, but nothing if I stop the listener or restart it. How do I get a statement in the log files when a listener is stopped/started/etc?
Thanks
I think setting below logger to info or higher will print this information
logger - com.pega.pegarules.integration.engine.internal.services.listener.ServiceListenerBaseImpl
Logging level - INFO/DEBUG/ALL
You can try these other loggers as well to capture more information around listeners life cycle:
com.pega.pegarules.session.internal.async.BatchUtils
com.pega.pegarules.integration.engine.internal.services.listener.ListenerWrapper
com.pega.pegarules.integration.engine.internal.services.email.EmailHelper