Enable WP_DEBUG
To enable WP_DEBUG, open WP-CLI, and run these commands:
wp config set WP_DEBUG true --raw
wp config set WP_DEBUG_LOG true --raw
To disable, run:
wp config set WP_DEBUG false --raw
wp config set WP_DEBUG_LOG false --raw<br>
These values default to false after server restart (changing resources, plan, etc.).