/debug-quick-look

Adds a link to view or purge the debug.log file in WordPress

Primary LanguagePHPMIT LicenseMIT

Debug Quick Look

Contributors

About

Allows users with admin access to view and purge the debug.log file kept inside the wp_content folder. The WP_DEBUG_LOG 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

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!