Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/norcross/debug-quick-look
Adds a link to view or purge the debug.log file in WordPress
https://github.com/norcross/debug-quick-look
wordpress wordpress-plugin wp-admin
Last synced: 12 days ago
JSON representation
Adds a link to view or purge the debug.log file in WordPress
- Host: GitHub
- URL: https://github.com/norcross/debug-quick-look
- Owner: norcross
- License: mit
- Created: 2017-07-12T14:31:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T04:47:11.000Z (almost 6 years ago)
- Last Synced: 2024-08-04T02:07:07.964Z (3 months ago)
- Topics: wordpress, wordpress-plugin, wp-admin
- Language: PHP
- Size: 25.4 KB
- Stars: 27
- Watchers: 4
- Forks: 10
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-wp-developer-tools - Debug Quick Look - Creates an admin bar link to view or purge the debug log file. (WordPress Plugins)
README
Debug Quick Look
========================## Contributors
* [Andrew Norcross](https://github.com/norcross)## 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](https://github.com/norcross/debug-quick-look/pulls) are very much welcome and encouraged.
## Changelog
#### Version 0.0.3 - 2017/07/27
* Simplify reasoning a bit. Props [@jtsternberg](https://github.com/jtsternberg)#### Version 0.0.2 - 2017/07/12
* Changed method for pulling and display log file to check for memory overload. Props [@rarst](https://github.com/Rarst)#### Version 0.0.1 - 2017/07/12
* Initial release!