• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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