An open API service indexing awesome lists of open source software.

https://github.com/brasofilo/view-debug-log

Adds a settings page to view and clear the Debug Log (/wp-content/debug.log)
https://github.com/brasofilo/view-debug-log

Last synced: about 2 months ago
JSON representation

Adds a settings page to view and clear the Debug Log (/wp-content/debug.log)

Awesome Lists containing this project

README

        

View Debug Log
==============

Adds a settings page to view and clear the Debug Log (/wp-content/debug.log)

Use the following to your `wp-config.php` file:

```
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
@ini_set('display_errors',0);
```

***Plugin page in Multisite***
>![view debug log page](https://raw.github.com/brasofilo/view-debug-log/master/images/screenshot.png)