KolorWeb Log Manager: cleaver debugging management
by Vincenzo Casu 5 (3 reviews)

KolorWeb Log Manager: cleaver debugging management

Really one click enable/disable debugging, clear debug.log, search, sort, and filter errors. See new errors automatically without refreshing.

KolorWeb Log Manager ranks #20,486 among WordPress.org plugins with 50+ active installations, is #1,619 of 4,988 in the Utilities & Tools category, a 5/5 rating from 3 reviews, and was last updated Jul 10, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 7 (Current: 7.1.2)
v1.1.6 Current Version v1.1.6
Updated 2 months ago Last Update on 10 Jul, 2026
Refreshed 13 hours ago Last Refreshed on
#1,619 of 4,988 in Utilities & Tools Top 50% by installs
View on WordPress.org
Rank
#20,486
No change
Active Installs
50+
-10.7%
KW Avg Position
86
3.4 worse
Downloads
2.6K
+8 today
Support Resolved
0%
No change
Rating
100%
Review 5 out of 5
5 (3 reviews)

Next Milestone 60

Total Progress 50%
50+ 60+
592
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 5 more installs to reach 60+

Rank Changes

20,463 20,512 20,562 20,611 20,660 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
20,399 20,483 20,567 20,651 20,735 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Current #20,486
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
0 10 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

5.0
3 reviews
Overall 100%
5
3 (100%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Frequently Asked Questions

Common questions about KolorWeb Log Manager: cleaver debugging management

Once activated, you can access the plugin one of 3 ways: Click on the "Log Manager" link in the admin bar Click on "Tools" in the sidebar, then click on "Log Manager" Click on "Dashboard", then from the dashboard click the link in the widget
This feature allows you to enable/disable debugging with a click. No more manually updating WP_DEBUG in wp-config.php.
If toggle button does not appear in the settings means that your wp-config.php is not writable or not found in the default WordPress configuration path. If wp-config.php is not writable, you will have to manually set the values for DEBUG constants and you will not be able to use the one-click debug toggle function. The plugin will continue to work without problems, but without the magic of this feature. STEP 1 1.1 To manually enable WordPress debugging you can paste these lines of code into the wp-config.php file define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', false ); STEP 2 2.1 To manually disable WordPress debugging you can paste these lines of code into the wp-config.php file define( 'WP_DEBUG', false ); define( 'WP_DEBUG_LOG', false ); define( 'WP_DEBUG_DISPLAY', false ); That's it. Refresh the page in the browser and you are ready to go. Happy coding with WordPress!
Errors are grouped by error types. These error types are listed at the top of the viewer and color coded. You can click on any of these error to filter results by those errors. You can click on multiple errors to limit results to only those errors. Click a second time to deselect that error type. This feature works great with custom errors.
In settings, you can define custom errors. Each custom error has a key, label, and colors. The key is used in your custom error message in order to allow the log manager to define and manage your custom errors. The label and color are used to easily filter and categorize the error while browsing the log.
Example: If you defined a custom error with a key: my-custom-error In your code: error_log( '#my-custom-error: The error message goes here' );
No. The log manager will automatically refresh and display new entries every 15 seconds by default. This feature is implemented using AJAX to avoid reloading the entire page.
In Group View similar error entries are grouped together making it much easier to see unique errors and when they happened. Click on show details to view all the dates of the events that generated the error.
The count shown in the admin bar represent the number of unique errors in the log. So if there are 10 entries for the same error, it will only count as 1.
By default the sidebar will be folded when the log viewer is active. This increases the viewing. To disable, or toggle this behavior, click on settings then "Fold sidebar ..."

Sign In / Register

You need to sign in or register to use this feature.