• Hi, each time a user submit a form it generates a few records (around 30) in my error.log, starting with Form Vibes Log and ending with Entry Saved Successfully.
    How can I prevent this from happening?
    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • hi, @iscamon could you please check if your WP_DEBUG_LOG or WP_DEBUG is true or false in your wp-config.php. if true then please try false them and check if it still generates the logs entries.

    Thread Starter iscamon

    (@iscamon)

    Hi, yes, our WP_DEBUG is set to false and the error.log keep generating records.

    hi, @iscamon as we did testing on our system everything is working fine.
    could you please check once again if these are set false.
    define(‘WP_DEBUG’, false);
    define(‘WP_DEBUG_LOG’, false);
    if you are still facing the issue please raise support ticket
    Get Support
    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Messages in error log’ is closed to new replies.