Overview

The Debug Log Viewer lets you inspect WordPress debug logs without FTP or cPanel. Open it from Zelvigo Dev Studio → Debug Log Viewer.

Requirements

Enable logging in wp-config.php:

define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);

Features

  • Logging Status — shows WP_DEBUG flags, log file path, size, last modified
  • Recent Log Entries — tail the last N lines (default 200)
  • Refresh — reload log contents
  • Clear Log — empty the debug log file

No license required

This tool runs locally and does not need a Pro license or internet connection.