morteza3245

Well-Known Member
Sep 16, 2013
160
1
68
cPanel Access Level
Root Administrator
Thanks
i do That
now all error log is removed and stoped for future?
or old error_logs is in accounts and stop for future?, if yes how i can delete all them?

Thanks!
 
Last edited:

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
There will be no new entries to the PHP error_log files within the accounts. However, you have to manually delete them if you want the files removed. You can try searching for them with a command such as:

Code:
find /home -name 'error_log'
Thank you.