nylen/PHP-Error-Log-Viewer

Show log file name near log size

xxsimoxx opened this issue · 4 comments

Description

It can be handy to see what is the actual log file, like this:
image

Context

While playing around it took to me much time to figure out that wp-includes/load.php is overriding the ini_set('error_log', $error_log_file); in my wp-config.php. Not a PHP Error Log Viewer issue but this can help!

This would be a nice addition. Can you verify that ini_get('error_log') returns the correct path to your error log?

Yes... it returns the currect path!

Thanks. I'll get this in.

This has been implemented on the add-error-log-path branch.