Cron Logger
Cron Logger
Description
Have you ever wondered what you WordPress is doing in wp-cron.php? Now you can see it. This plugin logs every schedule.
Arbitrary section
Installation
- Upload
cron-logger.zipto the/wp-content/plugins/directory - Extract the Plugin to a
cron-loggerFolder - Activate the plugin through the ‘Plugins’ menu in WordPress
- Habe a look in Tools -> Cron Logs
Reviews
Great Tool
By slomeli79 on November 5, 2024
This is a must have tool when troubleshooting issues on WP sites where things aren't running as scheduled. Helpful for monitoring in general.
The logs' table size in the database was a problem, but after feedback, the author added a Cleanup button in v1.3.x to fix. Much appreciated.
Great for troubleshooting
By Chris David Miles (chrisdavidmiles) on January 9, 2023
Great for troubleshooting
Does the Job
By Johnny N (JohnnyFit) on March 1, 2022
Works, simply and well...
By crzyhrse on June 1, 2021
Exactly what is needed
By zapappa (lesarnott) on March 14, 2020
Helpful tool
By wpkenneth on January 27, 2020
Helpful
By rkok on December 16, 2019
Works Perfectly
By bluesquares on September 12, 2019
Changelog
= 1.3.0
* Feature: Database cleanup cron and cleanup button
* Feature: Automatically purge logs after 30 day. Can be modified via filter.
= 1.2.2
* Fix: PHP 8.2 warnings
= 1.2.1
* Optimization: Delete all data in the database on plugin deletion
= 1.2.0
* Optimization: Reduced history to 14 days because of performance issues
= 1.1.1
* Optimization: Performance optimization for post deletion
= 1.1.0
* Refactoring: Code cleanup
= 1.0.5
* Fix: missing sanitization fix thanks community member report.
= 1.0.4
* Optimization: Multisite plugin activation (Thanks to @jcleaveland for report)
* Optimization: use wp_timezone_string function (Thanks to @pothi for report)
1.0.3
- Bugfix: database error while cleaning logs
1.0.2
- scheduled posts status transition
- clean logs
- filer cron_logger_expire can modify the days before logs expire
1.0.1
- Translations
1.0.0
- Release