The "Debug Log Config Tool" simplifies debugging. Toggle logging,queries , view levels, clear logs from dashboard.
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 queries from logs
Enable or disable debug constants with a single click.
See different highlighted log levels.
SAVEQUERIES
from settings.Debug Options Available
Please note: Constant values will be restored on plugin deactivation as it was before activating the plugin.
/wp-content/plugins/debug-log-config-tool
directory, or install the plugin through the WordPress plugins screen directly.No, just activate the plugin and turn off/on debug mode from plugin settings
Yes you can see a simple log in dashboard widget and nicely formatted view in the plugin
Safe mode will deactivate all the plugin except the selected one. When you turn safe mode off it will restore all the previous activated plugin.
= 1.0.0
-Initial Version
= 1.4.4
– Fixed Refresh Log
– Added dashboard widget
= 1.4
– Clean UI
– Refresh Log
– Email Notification
= 1.4.2
– New Constants
– Removed database dependency
= 1.4.5
– Fixed refresh
= 1.5
– Fixed Vulnerability of debug log file. Generating random file for debug.
– Added a new safe mode which will turn off all plugins excluding selected ones.
= 1.5.2
– Added query logs