Skip to content

Commit

Permalink
Turn on debug log for all envs.
Browse files Browse the repository at this point in the history
  • Loading branch information
EarthlingDavey committed Oct 29, 2024
1 parent 9d21a71 commit 5ab94d8
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 5ab94d8

Please sign in to comment.