I am trying to enable debugging in Wordpress
I have tried an environmental variable such as WORDPRESS_DEBUG or WP_DEBUG with value true and it does not create a debug.log in the app ix-apps path data folder.
I have also tried adding the values manually in to the wp-config.php file which are persistent after a restart of the app but again a debug.log file is not created.
Does anyone have any ideas?
Thank you