So I sometimes use rasa shell to quickly test out my model, because I print a lot of debug statements from the custom actions. I have now moved to Rasa Pro 3.10.8 and wanted to use the direct custom actions, where I run the actions python file directly within the rasa assistant.
However, for every sentence, I get a whole lot of info messages registering all custom actions. Is there any way I can disable this?
here’s a sample of the statements I am talking about
2024-11-26 09:48:11 INFO rasa_sdk.executor - Registered function for 'action_check_username'.
2024-11-26 09:48:11 INFO rasa_sdk.executor - Registered function for 'action_check_amount.
2024-11-26 09:48:11 INFO rasa_sdk.executor - Registered function for 'action_check_location'.
2024-11-26 09:48:11 INFO rasa_sdk.executor - Registered function for 'action_start_transfer'.