Add DEBUG in actions

Hey, I have to use --debug flag in action when I run python -m rasa_core_cdk.endpoint --actions actions I want to run it something like this python -m rasa_core_cdk.endpoint --actions actions --debug so that when I give debug flag then it will log debug else it should be logging.info but rasa by default set it as logger.debug in endpoint file. Can anyoe help me with that so that I run logging.debug when I need to:

There’s no flag for this in the rasa_core_sdk right now. Feel free to create an issue/PR on the repo for the addition of this though. I don’t think there would be much difference in the level of debug/info for the sdk though