Hi!
Firstly I need to mention that I really love work you've done. I'm now using the RobotFramework live listener which writes the data to my PostgreSQL database.
I have one issue which I'm having hard time to solve. I would like to somehow get an information on the log messages linked to a particular instance of keyword for test result.
In the current schema I do not see any connection between log_message and keyword_tree tables (I would do some join on execution_path column, but this column is missing from keyword_tree table)
Do you have any ideas how I could achieve my goal? Thanks in advance!