WP Debug Log – Config Tool

plugin banner

A simple debug log plugin. See debug log file data in your dashboard. Enable WP_DEBUG…

Author:Lukman Nakib (profile at wordpress.org)
WordPress version required:5.6
WordPress version tested:6.5.2
Plugin version:1.5.2
Added to WordPress repository:15-08-2021
Last updated:17-04-2024
Rating, %:94
Rated by:11
Plugin URI:#
Total downloads:25 550
Active installs:2 000+
plugin download
Click to start download

A simple debug helper plugin. Check Debug Log from the dashboard. With Query Log & Email notification . It will trigger an email notification using wp-cron if there is any data in the log file.
Using WP_DEBUG_DISPLAY along with WP_DEBUG, debug messages can be controlled to show or not. By default,it is off so users will not see any debug info.
**
Use SAVEQUERIES to toggle saving database queries and view database query logs from logs tab.

  • Enable or disable debug constants with a single click.

  • See different highlighted log levels.

  • Set custom log file paths for loading debug logs.
    > apply_filters(‘wp_debuglog_log_file_path’, $file);
  • Accessible from the dashboard’s WordPress admin top nav bar.
  • Simplifies the debugging process by managing to log debug without modifying the wp-config.php file directly.
  • Use safe mode to quickly deactivate all plugins except selected ones, and undo the proccess with just a click.
  • Use Query Logs to check all queries from $wpdb->queries, just toggle SAVEQUERIES from settings.

Debug Options Available

  1. WP_DEBUG :: Default Value : true
  2. WP_DEBUG_LOG:: Default Value : true
  3. SCRIPT_DEBUG :: Default Value : false
  4. WP_DEBUG_DISPLAY :: Default Value : false
  5. SAVEQUERIES:: Default Value : false

Please note: Constant values will be restored on plugin deactivation as it was before activating the plugin.


Screenshots
FAQ
ChangeLog