Just a heads up, this is also an issue with LSPHP with OLS/LSWS. You need to add an ENV variable "LS_STDERR_LOG" to your LSPHP configuration block.
https://forum.openlitespeed.org/threads/openlitespeed-v1-5-8-now-available.3938/
Unfortunately, Enhance doesn't start LSPHP isn't via OLS/LSWS; it's separate, so this configuration won't work. If you do have an application that is generating a 500 error with OLS or LSWS, you can find the error in journalctl or in syslog (/var/log/syslog) reported by appd.
I believe both PHP-FPM and LSPHP should have all their output logged to a log file. Otherwise people will bash their head against the wall for hours. Adam confirmed that it's possible to log this to a file somewhere.