LogFilePath is configurable, but the logFileName is not and is built with YYYYMMDD.
This causes log file clashes / overwrites if the same event runs multiple times a day.
Include hours, minutes, seconds to the logfile name, and append the test event name as well to better uniquely identity log files.