How to debug in rasa for custom action python code?

Hi, I am new to Rasa. use Rasa Open Source. i am trying to debug a digital assistant written by someone in my organisation before and has subsequenly left the org.

There is python code written for action execution and it is not working as desired. But i am unable to understand where it is failing. There are print statements put in the code but i am unable to find where the output of the print statements is directed to. I want to understand how the code is flowing and for that i want to be able to debug and for that i need to see the various print outputs so i can understand which code portions are being touched up on. I am working with rasa shell. I thought the code level print output would be captured in a log or something and so i enabled the logging using rasa shell --log-file . Though the logging got enabled , the log did not contain the print output of the python code written for actions. Where can i see that?

Hi @satishnv, welcome to the community.

If you are using the print statements, then you can find those logs in the CLI where the action server (rasa run actions) is running.