| 1 |
Debug Quick Look |
| 2 |
======================== |
| 3 |
|
| 4 |
## Contributors |
| 5 |
* [](https://github.com/norcrossAndrew Norcross](https://github.com/norcross](https://github.com/norcross) |
| 6 |
|
| 7 |
## About |
| 8 |
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`. |
| 9 |
|
| 10 |
## Current Actions |
| 11 |
* allows for loading the debug file in a new browser window |
| 12 |
* allows for purging the debug file |
| 13 |
|
| 14 |
# Roadmap |
| 15 |
* fancier formatting for log file |
| 16 |
* collapse / expand stack traces |
| 17 |
|
| 18 |
#### [](https://github.com/norcross/debug-quick-look/pullsPull requests](https://github.com/norcross/debug-quick-look/pulls](https://github.com/norcross/debug-quick-look/pulls) are very much welcome and encouraged. |
| 19 |
|
| 20 |
## Changelog |
| 21 |
|
| 22 |
#### Version 0.0.3 - 2017/07/27 |
| 23 |
* Simplify reasoning a bit. Props [](https://github.com/jtsternberg@jtsternberg](https://github.com/jtsternberg](https://github.com/jtsternberg) |
| 24 |
|
| 25 |
#### Version 0.0.2 - 2017/07/12 |
| 26 |
* Changed method for pulling and display log file to check for memory overload. Props [](https://github.com/Rarst@rarst](https://github.com/Rarst](https://github.com/Rarst) |
| 27 |
|
| 28 |
#### Version 0.0.1 - 2017/07/12 |
| 29 |
* Initial release! |
| 30 |
|