Skip to content

Commit

Permalink
Turn on debug log for all envs. (#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
EarthlingDavey authored Oct 30, 2024
1 parent 4fbf353 commit 31c601f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/application.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@
* Debugging Settings
*/
Config::define('WP_DEBUG_DISPLAY', false);
Config::define('WP_DEBUG_LOG', false);
Config::define('WP_DEBUG_LOG', true);
Config::define('WP_DEBUG_LOG', '/dev/stderr');
Config::define('SCRIPT_DEBUG', false);
ini_set('display_errors', '0');
// Additional logging for the authentication mu-plugin.
Expand Down

0 comments on commit 31c601f

Please sign in to comment.