Wordpress debug not working app

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

try with
WORDPRESS_DEBUG and value 1 instead of true, at least that’s what i’ve seen in some compose files

1 Like

Thank you that has worked