Help text does not reflect modified logfile name
-
Under Tools » Debug log, the following text is displayed:
The details below are gathered from your
debug.logfile, and is displayed because theWP_DEBUG_LOGconstant has been set to allow logging of warnings and errors.This text remains the same even if WP_DEBUG_LOG defines a different file for the error log. It would be helpful if
debug.logwas replaced by the current filename (and path).Example: When the configuration is as follows:
define( 'WP_DEBUG_LOG', '/home/example/public_html/www.example.com/wp-content/errors.txt' );then the text should read:
The details below are gathered from your
/wp-content/errors.txtfile, and is displayed because theWP_DEBUG_LOGconstant has been set to allow logging of warnings and errors.
The topic ‘Help text does not reflect modified logfile name’ is closed to new replies.