• Got my site throttled by hosting company. This was because they said it was using too much cpu. Tested all my plugins and found that this one was balooning error logs so that it was producing 500mb then 700mb of logs per day.
    Some few of the logs named the plugin that had caused the event, but the vast bulk (the stuff causing the balooning problem) did not even give the name of the cause. So I had masses of lines saying such as this:
    ||2048||is_a(): Deprecated. Please use the instanceof operator||/home/*****************/**************/wp-includes/class-wp-error.php||207||3e4281e4450d30008c227e97e208cbb9
    etc ad infinitum

    ADDENDUM: This issue has now been FIXED by the developer. EXCELLENT work!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author vasyl_m

    (@vasyl_m)

    Hi Ian,
    Appreciate your feedback. It is very important to me. WP Bug Tracker does very simple task – tracks the errors and logs every single. You probably notices on Graphs that you have plenty errors. And WP Bug Tracker did the job it supposed to do.
    Please notice that any single error |2048||is_a(): … slows down your system. So in fact you have thousands errors per day, you can imagine how faster it can be.
    My apology if WP Bug Tracker caused negative side effect on your system. In next release I’ll try to limit the size of error log to 1MB per day.

    Regards,
    Vasyl

    Plugin Author vasyl_m

    (@vasyl_m)

    The issue was fixed. Now the maximum error log can be 1MB per day.
    Also the issue tracking mechanism has been improved to avoid any kind of errors which do not relate to current error reporting level.

    Thread Starter Ian Parkinson

    (@ianpark)

    Thanks Vasyl, that’s excellent.
    With a limit on the log size I would use this plugin again.
    On reflection due to your responsiveness I should probably have posted my concern in the support section first. So I’ll edit the original post…

    Plugin Author vasyl_m

    (@vasyl_m)

    Hi Ian,
    I do not see difference between support section of feedback here ??
    And by the way your feedback improved WP Bug Trackers tremendously. Thanks for that.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Mushrooming error logs but fixed promptly by Developer’ is closed to new replies.