Error Log info message suppression
-
This plugin has a message that keeps flooding the error log ([info] “Background Process Completed !”), I’ve tracked it down to the Archive Master plugin. Specifically, it comes from the file:
wp-content/plugins/archive-master/includes/Migrator/WpDbMigration.php
The plugin has a function called check_background_process() that writes that message to the log every time it runs. Unfortunately, this isn’t a standard WordPress log entry, so it can’t be disabled from the WordPress configuration. It looks like the plugin is hard-coded to log it.
I have checked plugin settings, and there is not a “debug” or “logging” option that you can disable.
These messages are creating in my error.log in public_html on my server every few miliseconds so I have 1000’s of them every hour and it is driving me crazy. Can you please disable them?
The topic ‘Error Log info message suppression’ is closed to new replies.