• log file /var/www/www-root/data/www/****/wp-content/elm-error-logs/php-errors.log

    increasing size some Mb per 1 minute. it keep going after deleting plugin.

    how to stop it?

Viewing 1 replies (of 1 total)
  • Plugin Author Janis Elsts

    (@whiteshadow)

    The quickest way to stop it would be to disable error logging. When you installed the plugin, it probably showed you some code that you could add to wp-config.php to enable error logging. Remove or comment out that code to disable logging.

    Another option would be to figure out which plugin or theme generates all those log entries and then fix or remove that plugin or theme. You might be able to do that by looking for repetitive messages in the error log. Based on the volume of data, I would guess that there’s some plugin that triggers a lot of notices or warnings, or maybe something is logging debug information.

Viewing 1 replies (of 1 total)
  • The topic ‘unstoppable increasing log-file’ is closed to new replies.