Feature: Enable Logged Out Debug Mode for local envs
19:03:52 GMT+0000
Enables Debug mode when WP_ENVIRONMENT_TYPEis defined and set to local:
define( 'WP_ENVIRONMENT_TYPE', 'local' );
https://github.com/Automattic/vip-go-mu-plugins/pull/2005
#local-development, #mu-plugins