Skip to content

Commit

Permalink
Set WP_DEBUG_LOG to /data/log/wp-debug.log now with WP 5.1 released
Browse files Browse the repository at this point in the history
  • Loading branch information
ottok committed Feb 25, 2019
1 parent 4f593bc commit a692848
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions htdocs/wp-config.php
Expand Up @@ -103,11 +103,9 @@
} else { } else {
define('WP_DEBUG', true); define('WP_DEBUG', true);
define('WP_DEBUG_DISPLAY', true); define('WP_DEBUG_DISPLAY', true);
define('WP_DEBUG_LOG', '/data/log/wp-debug.log');
define('SCRIPT_DEBUG', true); define('SCRIPT_DEBUG', true);


// Enable this to write the wp-content/debug.log file
//define('WP_DEBUG_LOG', true);

// Disable wp-content/object-cache.php from being active during development // Disable wp-content/object-cache.php from being active during development
define('WP_REDIS_DISABLED', true); define('WP_REDIS_DISABLED', true);
} }
Expand Down

0 comments on commit a692848

Please sign in to comment.