How can i remove all error_log files from the customers public_html (a lot of folders, to many to make this manualy)?
Would this here work and be a good idea?
I set the error_reporting now to E_ERROR, what do you think is the best setting?
Would this here work and be a good idea?
My problem is that the php setting was wrong so customers have very big error_log files (most depreaced notices).find /home/ -size +1240k -name error_log -exec rm -rf {} \;
I set the error_reporting now to E_ERROR, what do you think is the best setting?
Last edited: