• Under Tools » Debug log, the following text is displayed:

    The details below are gathered from your debug.log file, and is displayed because the WP_DEBUG_LOG constant 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.log was 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.txt file, and is displayed because the WP_DEBUG_LOG constant 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.