servebolt-optimizer
servebolt-optimizer copied to clipboard
Error Log enhancements
This is a suggestion - not sure of the best way to achieve this. I'm having trouble tracking down the cause of some php errors. It would be fantastic to have more info displayed on the servebolt error log page.
Would it be possible to display the page request that triggered the error? Two ideas- could the error handler log data from the $_REQUEST super global or even the WordPress $POST global if accessible?
Second idea was to somehow corelate error log timestamps with access log timestamps. While it may not always be an exact 1-1, it could prove helpful.