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
