My server is running EA4. Not using FPM. All sites are running PHP7.3
ini_set is disabled so scripts shouldn't be able to alter the error reporting setting.
I have set php 7.0 - 7.3 to use the following via the MultiPHP INI Editor
error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
However in logs I am still seeing these reported.
These are Wordpress sites... I know there will be warnings and notices it's par for the course with wordpress and too many chefs. They will eventually be fixed by the respective authors.
I want to be aware of and have a log of actual errors... things I may need to take action on.
The logs keep growing out of control because it reports the same errors over and over including that ini_set is disable. Yes I know.... I disabled it in the first place.... Thank you...
I have also set these values to try to slow the error log growth...
ignore_repeated_errors = On
ignore_repeated_source = On
None of the settings appear to alter the reporting activity.
ini_set is disabled so scripts shouldn't be able to alter the error reporting setting.
I have set php 7.0 - 7.3 to use the following via the MultiPHP INI Editor
error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
However in logs I am still seeing these reported.
These are Wordpress sites... I know there will be warnings and notices it's par for the course with wordpress and too many chefs. They will eventually be fixed by the respective authors.
I want to be aware of and have a log of actual errors... things I may need to take action on.
The logs keep growing out of control because it reports the same errors over and over including that ini_set is disable. Yes I know.... I disabled it in the first place.... Thank you...
I have also set these values to try to slow the error log growth...
ignore_repeated_errors = On
ignore_repeated_source = On
None of the settings appear to alter the reporting activity.