debug not logging to file
-
I have the following code in my wp-config.php file
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_LOG’, true);but no out put to /var/www/html/wp-content/debug.log
I had to create /var/www/html/wp-content/debug.log
touch /var/www/html/wp-content/debug.log
Does anyone know why debug information is not logging to file?
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘debug not logging to file’ is closed to new replies.