Linux 软件免费装
Banner图

W3NetLab Debug Log Console

开发者 w3netlab
更新时间 2026年7月31日 12:36
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

debug logging developer tools error log troubleshooting

下载

1.0.0

详情介绍:

W3NetLab Debug Log Console helps administrators troubleshoot WordPress without exposing PHP errors on the public website. It goes beyond a basic log viewer by combining controlled debug activation, automatic shutoff, runtime verification, protected storage, and memory-safe inspection in one dashboard tool. Standout features Protected log storage Logs are stored in a w3netlab-debug-log-console folder under the runtime uploads directory resolved by WordPress. The active log uses a randomized filename. The plugin creates Apache/OpenLiteSpeed and IIS access-control files plus an index file. It validates paths, rejects symbolic links, and never creates temporary PHP files beside wp-config.php. Configuration safety Automatic setup is available only when WordPress has safe direct access to a regular, writable wp-config.php file. Updates are limited to recognized debug definitions and the plugin-owned block, then read back and verified. If verification fails, the plugin attempts to restore the original content. Normal enable, disable, and automatic-shutoff operations use a protected marker. If the requested configuration does not take effect, the marker is removed and logging is not reported as enabled.

安装:

  1. Install and activate W3NetLab Debug Log Console.
  2. Open Tools > Debug Log Console.
  3. Choose a shutoff duration and click Enable debug logging.
On multisite, use Network Admin > Settings > Debug Log Console.

屏幕截图:

  • Debugging enabled with search, severity filtering, and complete multi-line error entries.
  • Dashboard showing debug logs.

常见问题:

Are errors displayed to website visitors?

No. The managed configuration keeps WP_DEBUG_DISPLAY disabled.

How are large logs handled?

The viewer reads only the final 512 KB and displays no more than 1,500 lines. Downloads are streamed in small chunks. Logs larger than 10 MB can be moved into one protected previous-log archive.

Why might the enable button be unavailable?

Safe direct configuration access or protected uploads storage may be unavailable, or unsupported debug definitions may already control WordPress. The plugin remains disabled and shows the detected condition. For host-managed configuration, contact the hosting provider.

What happens when the plugin is deactivated?

The enable marker is removed first. The plugin then removes its managed configuration block and restores any supported definitions it previously preserved. Existing log data remains available if the plugin is activated again.

What happens when the plugin is deleted?

Uninstall removes plugin options, protected log storage, the standard managed configuration block, and any supported definitions the plugin previously preserved.

Does the plugin send data anywhere?

No. Logs and settings stay on the WordPress installation.

更新日志:

1.0.0 - 2026-07-31