Debug Log Manager allows you to: Enable WP_DEBUG with one click to log PHP, database and JavaScript errors when you need to, and disable it when you’re done. No need to manually edit wp-config.php file. Create the debug.log file for you in a non-default location with a custom file name for enhanced security. Copy the content of the default / existing debug.log file into the custom debug.log file, and delete the default / existing debug.log file. So there is continuation in logging and enhanced security going forward. Parse the debug.log file and view distinct errors and when they last oc...
Read the full description on WordPress.org →