• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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