WP Manifestindependent plugin directory
manifest / developer / view-debug-log

View Debug Log

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

by Rodolfo Buaiz · github.com/brasofilo/view-debug-log · website

1stars
0forks

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/brasofilo/view-debug-log/archive/refs/heads/master.zip

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

Read the full README on GitHub →