How to trace the Email listener Activity
Hi Team,
I am trying to trace the email listener activity, but not successful.
--> As per the help system, provided a requestor user id and password in the Email listener rule form.
--> Started the listener from listener management.
Now i am checking at the requestor management to appear the provided ID to start tracing but the ID is not appearing and I can see the logging out outputs in log files from email listener activity. Can you please provide the steps to trace a email listener activity.
The confusing part is when i start listener for each time a new instance is adding in Email listener section with name like EMAIL-Thread-38 and so on.
Thanks in advance.
You can add DEBUG to EmailListener class to get more details on Email Listener processing: "com.pega.pegarules.integration.engine.internal.services.email.EmailListener"
Also, in your Email Listener rule, go the service package mentioned and open the Service Email mentioned there. On your Service Email, you can go to Actions and trace it. Let me know if that helps?