Question
 
            
       HMSA   
  HMSA
US
   HMSA   
  
          Posted: Dec 19, 2017
        Last activity: Dec 20, 2017
      Last activity: 20 Dec 2017 4:03 EST
      
        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