• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Turning off "log_errors" for PHP has no effect

Chris1

Regular Pleskian
Hello,

It seems that when I switch "log_errors" to off, or if I change "error_reporting" to anything else such as -E_ALL it has no effect. PHP errors are still being logged. Is this a bug?
 
Hi Chris1,

consider to use the debug-level-mode for Plesk to investigate possible issues at "/var/log/sw-cp-server/error_log" , "/var/log/sw-cp-server/sw-engine.log" and "/usr/local/psa/admin/logs/panel.log". Your commands to switch off the log - errors should be logged with a way better output, so that it might point directly to any possible issues/errors/failures or problems over the command line and/or in the logs:


... and "No", this is not a bug and should be working on your system as well as expected.
 
Back
Top