Logging conversations separately

Hi,

Me and my colleagues have been working on a rasa bot. We are currently testing the bot using slack. Since we have some people testing and others looking at the logs it would be good if we could have a separate event log for each conversation. Currently, the event logs are saved per user, i.e., when I dump the conversations from mongodb all the conversations with the same user end up in the same entry. Is this possible to change the logging configuration to save individual dialogues in separate files?

Cheers, José