Q: Date/Time this occurred (Provide your time zone also)
**A: 19 Jan 2021 11am
Q: DevKinsta Version
**A: 1.0.1
Q: OS Version
**A: Mac OS X 10.15.7 (Catalina)
Q: Docker Desktop Version
**A: 3.1.0
Q: Were any error codes or messages observed? If so, what were they?
**A: None
Q: Detailed Description of the Problem
**A: Value of WP_DEBUG_DISPLAY ignored.
The values entered by default are strings (i.e. quoted) not Boolean -
these are the correct values:
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_LOG’, true );
define( ‘WP_DEBUG_DISPLAY’, false );