diff --git a/docker/wp-config.php b/docker/wp-config.php index b0f2690ee0846cc13795dfbe5f151cee874992ad..393e1678c908906d243d7317398c10dbaac0985f 100644 --- a/docker/wp-config.php +++ b/docker/wp-config.php @@ -195,7 +195,6 @@ define('R2DB_FLEXIHASH_REPLICAS', 128); if (array_key_exists('debug_cookie_name', $noblogs_config) && !empty($_COOKIE[$noblogs_config['debug_cookie_name']])) { define('WP_DEBUG', true); - define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false); // Warning handler that dumps stack traces.