• Resolved discstop

    (@discstop)


    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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Md. Ibrahim Khalil

    (@mdibrahimk48)

    Thank you for bringing this issue to our attention. Our team is currently investigating, and we will provide you with an update shortly.

    Plugin Support Md. Ibrahim Khalil

    (@mdibrahimk48)

    We’ve just released a new version of our plugin. In this update, we:

    • Fixed the excessive logging issue that was continuously filling up the error log.

    Please update to the latest version and give it a try. If you run into any issues, just let us know. We will help you.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Error Log info message suppression’ is closed to new replies.