Viewer for PHP error log?

2 posts / 0 new
Last post
#1 Mon, 04/20/2009 - 10:18
fuscata

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?

Mon, 04/20/2009 - 11:01
andreychek

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 :-)
-Eric

Topic locked