Viewer for PHP error log?

When I set up a new virtual server, I set the PHP error log to /home/whatever/logs/php_error_log.

Under Logs and Reports, there’s a link to view the site’s Apache error log. Is there a way to add a link for the PHP error log?

Maybe it would be easier to have PHP log errors to the Apache error log?

Yeah, normally (that is, by default), PHP errors output to the Apache error log. So at that point, everything is going to the same place.

That would be the simplest solution, in my opinion :slight_smile:
-Eric