In my litespeed error logs I see a lot of error messages such as:
2013-07-25 14:08:03.644 [NOTICE] [IP:PORT] [STDERR]
I think there should be a description of the error at the end of the line. Then I realized that in my php.ini I did not set my error_reporting, after setting to E^ALL I can see the error description is logged and it shows PHP notices and errors to the right of [STDERR]. However, I'm still getting a lot of blank ones. I'm guessing they're coming from litespeed, or something else. How can I get the rest of the errors to show?
2013-07-25 14:08:03.644 [NOTICE] [IP:PORT] [STDERR]
I think there should be a description of the error at the end of the line. Then I realized that in my php.ini I did not set my error_reporting, after setting to E^ALL I can see the error description is logged and it shows PHP notices and errors to the right of [STDERR]. However, I'm still getting a lot of blank ones. I'm guessing they're coming from litespeed, or something else. How can I get the rest of the errors to show?