Hi, I have a lots error PHP Notice in /var/www/web10/log/error.log I want show me PHP warning only, i dont want php notice in the log. Where can I change the config? regards!
You can change this in your php.ini: Code: ; - Show all errors except for notices ; error_reporting = E_ALL & ~E_NOTICE Restart Apache afterwards.