Debug Quick Look
Adds a link to view or purge the debug.log file in WordPress
by Andrew Norcross · github.com/norcross/debug-quick-look · website
★ 32stars
9forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/norcross/debug-quick-look/archive/refs/heads/master.zipDeclares an update source (https://github.com/norcross/debug-quick-look), so updates arrive through the plugin's own updater.
From the readme
Debug Quick Look
Contributors
Andrew Norcross
About
Allows users with admin access to view and purge the debug.log file kept inside the wpcontent folder. The WPDEBUGLOG constant must be set to true.
Current Actions
allows for loading the debug file in a new browser window
allows for purging the debug file
Roadmap
fancier formatting for log file
collapse / expand stack traces
Pull requests are very much welcome and encouraged.
Changelog
Version 0.0.3 - 2017/07/27
Simplify reasoning a bit. Props @jtsternberg
Version 0.0.2 - 2017/07/12
Changed method for pulling and display log file to check for memory overload. Props @rarst
Version 0.0.1 - 2017/07/12
Initial release!
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.