Debug in Rasa X

There should be a view in Rasa X to actually debug the bot. As in, detailed logs shown, such as those seen when you are in interactive mode in the shell.

The default logs in the docker-compose are insufficient. It would be great to debug / do model building in the UI instead of trying to use “rasa shell” and interactive mode to debug.

The Talk To Your Bot screen in Rasa X provides information on predicted intents, actions, and slots for debugging through the UI.

For more detailed logging in docker-compose, docker-compose.override.yml can be used to pass in the --debug flag for the rasa run command.