WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by Andrew Klimek v0.3

Debug Log

View and Delete the debug log from the Tools menu. Extremely light and simple.

Debug Log

The facts

Rating
5★ from 1
Active installs
100+
Price
Free
Last updated
2 May 2016
Added
Apr 2016
Requires WP
2.6.0
Tested up to
WP 4.5.33
Downloads
3,950

Our analysis

AI-assisted

Debug Log is a WordPress plugin designed for developers to assist in debugging by providing access to error logs. It displays the latest log entries at the top, making it easier to review recent issues without excessive scrolling. The plugin requires specific configurations in the wp-config.php file to function correctly.

This plugin is suitable for site administrators or developers who need to monitor and manage error logs effectively. It ensures that only users with the appropriate permissions can view the logs, adding a layer of security to sensitive information.

Best for: This plugin suits developers and site administrators needing to debug WordPress sites.

What it does well

  • Displays latest log entries at the top
  • Line numbers included for reference
  • Only accessible to admins or users with specific capabilities
  • Allows deletion of large logs for fresh starts

Where it falls short

  • Requires configuration in wp-config.php to work
  • Last updated in May 2016, may not be compatible with newer WordPress versions

Verdict

Debug Log provides a straightforward solution for managing error logs, but its outdated status may limit its usability with newer WordPress versions.

From the developer

Andrew Klimek's own description of Debug Log, lightly tidied.

If the log is long, the latest lines are show at the top to avoid scrolling. Line numbers are shown for reference.

Logs over 5MB do not load until you confirm you are sure, or you can opt to delete the log and start afresh.

Only admins can view (or anyone you give the capability “manage_options”).

Debug Log only works if it’s enabled in wp-config.php. See https://codex.wordpress.org/Debugging_in_WordPress#WP_DEBUG_LOG

Recommended configuration:

define( 'WP_DEBUG', true );// just toggle this line to false to turn off
if ( WP_DEBUG ) {
    define( 'WP_DEBUG_LOG', true );
    define( 'WP_DEBUG_DISPLAY', false );
    @ini_set( 'display_errors', 0 );
}

Read the full description on the official page →

Tagged as

Alternatives

Other plugins for developer tooling.

WPCode

WPCode

93

Easily add code snippets in WordPress. Insert header & footer scripts, add PHP code snippets with conditio...

Free 3M+ installs 4.9★ (1,873)
Header Footer Code Manager

Easily add tracking code snippets, conversion pixels, or other scripts required by third party services for an...

Free 600k+ installs 4.9★ (309)
Admin and Site Enhancements

Duplicate post, post order, image resize, email via SMTP, admin menu editor, custom css / code, disable gutenb...

Free 200k+ installs 5★ (421)
Shortcoder

Create custom "Shortcodes" easily for HTML, JavaScript, CSS code snippets and use the shortcodes wit...

Free 100k+ installs 4.9★ (227)
Insert PHP Code Snippet

Add PHP code to your pages and posts easily using shortcodes.

Free 90k+ installs 4.9★ (705)
Code Snippets

An easy, clean, and simple way to enhance your site with code snippets.

Free 1M+ installs 4.7★ (509)