• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

How do I clear the log files??

T

tycoonx

Guest
How do I clear the log files - particularly error as its nearly 1000mb for one website! Any ideas or help would be appreciated - these seem to have been static for a while now but wont go away!
 
You could do something like echo "" > error_log to empty the file, but I think you just want to set up log rotation.

If the error_log keeps growing fast, you might want to check what the errors in there are and see if they appear because of bugs in the code or because of malicious and/or random requests.
 
Back
Top