Skip to content
Snippets Groups Projects
Verified Commit 7b11b60c authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

set WP_DEBUG_LOG instead of WP_DEBUG so deprecation warnings do not break your site

parent d99ae766
No related branches found
No related tags found
1 merge request!102Resolve "Custom plugin for WP"
Pipeline #11585 passed with stages
in 1 minute and 14 seconds
......@@ -150,7 +150,7 @@ wordpress:
mu_plugins_enabled: false
mu_plugins_dir: mu-plugins
# See values-local.yaml.example for an example value
mu_plugins: {}
mu_plugins: []
## Enable externally triggered cron with a cron plugin
# NOTE: mu_cron is disabled by default. Set `wordpress.mu_cron.enabled` to
......
......@@ -171,7 +171,7 @@
# Enables or disables WordPress' debug mode
- name: Set debug mode
shell: wp {{ cli_args }} config set WP_DEBUG {{ WP_DEBUG }} --raw --type=constant
shell: wp {{ cli_args }} config set WP_DEBUG_LOG {{ WP_DEBUG }} --raw --type=constant
- import_tasks: mu-plugins.yml
when: WP_MU_PLUGINS_ENABLED
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment