WordPress debug.log Analyzer
Parse a WordPress debug.log and group every notice/warning/fatal error by severity and by which plugin or theme caused it.
β‘ 199 points per successful run Β· Balance: 0 Β· Buy points
Paste debug.log Contents
Paste the contents of your WordPress wp-content/debug.log file (requires WP_DEBUG_LOG to be enabled).
Analysis
How to Use
Enable logging in wp-config.php with define('WP_DEBUG', true); define('WP_DEBUG_LOG', true);, reproduce the issue, then paste the contents of wp-content/debug.log here. The tool parses WordPress's standard log line format, groups every notice/warning/deprecation/fatal error by severity and by which plugin or theme path it came from (or WordPress core when no plugin/theme path matches), and shows a summary table of counts alongside the full grouped list so you can quickly spot the noisiest plugin.