Is it possible to disable warning and notice logging in Sentora generated php error log?
I've looked inside php.ini, and logging is disabled (the entire row is commented out).
What I'd like to do is to keep the error logs where they are currently, and just disable the notices and warnings, while logging fatal errors and the like.
Some of the domainsĀ keep creating huge daily logs - over 1 GB, on average, per domain - all because of warnings and notices (and the sub-optimal code which keeps generating them).
Code:
/var/sentora/logs/domains/*/mysite.com-error.log
I've looked inside php.ini, and logging is disabled (the entire row is commented out).
What I'd like to do is to keep the error logs where they are currently, and just disable the notices and warnings, while logging fatal errors and the like.
Some of the domainsĀ keep creating huge daily logs - over 1 GB, on average, per domain - all because of warnings and notices (and the sub-optimal code which keeps generating them).