diff --git a/.wp-env.json b/.wp-env.json index f721e1c43..54dcdbdc0 100644 --- a/.wp-env.json +++ b/.wp-env.json @@ -2,6 +2,9 @@ "plugins": [ "." ], + "config": { + "WP_DEBUG_LOG": true + }, "mappings": { "wp-content/plugins": "./wp-core/plugins", "wp-content/themes": "./wp-core/themes"