Skip to content

Instantly share code, notes, and snippets.

@prappo
Last active June 6, 2024 13:20
Show Gist options
  • Save prappo/894fb83f6ffcce95138167c4fdaa3113 to your computer and use it in GitHub Desktop.
Save prappo/894fb83f6ffcce95138167c4fdaa3113 to your computer and use it in GitHub Desktop.
Enable WordPress debugging and map debug.log file for wp-env
{
"plugins": ["."],
"config": {
"WP_DEBUG": true,
"WP_DEBUG_LOG": true,
"SCRIPT_DEBUG": true,
"WP_DEBUG_DISPLAY": true,
"WP_PHP_BINARY": "php"
},
"mappings": {
"wp-content/debug.log": "./debug.log"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment