Debug.log - wordpress debugging

This isn’t an issue for me.

I opened up config/environments/development.php and added:

define('WP_DEBUG_LOG', true);

I then activated the WordPress Importer plugin which contains errors out of the box (lol). I immediately saw app/debug.log get created.

3 Likes