[ ] Any “throw new exception” (ex: line 95 in wes) should have an "error" log that prints the exception stack trace/ message before throwing the generic exception (like “Could not load WES run log”)
[ ] Add "debug" level logs to commonly/ most used pieces of code. I would start with controllers. The idea is to be able to figure out the point/ region of code where an error might happen & for which object_id or input parameters, so that it's easier to reproduce this error while debugging.