Event Logging

Hi, I realize that rasa already produces logs regarding the conversation state, however I’d like to customize them and add some details, making a sort of event log. I was wondering logically speaking where that code should go. Would that belong at the processor level? Or alternatively, is there a better way of going about this?

For example, I’d like to have ‘transition events’ that describe what action was previous and the current action and when that occurred.

Thanks

Just to check, have you run core in debug mode? that provides a lot of that information

Yes, it does provide that info, but not in the format that I’ll need.

well all the information you need should be stored in the tracker, it’s up to you to extract it and format it how you want it