Page 1 of 1

error_log file remove??

PostPosted: 17. November 2013 08:43
by meysam81
Hi

I have installed xampp 1.8 for centos 6.But the problem is that ,the size of error_ log file in folder /opt/lampp/logs is larg (GB) and it takes my hosting space.
Can i delete that error_log file or clear its data and if yes how?

thanks

Re: error_log file remove??

PostPosted: 17. November 2013 16:04
by Nobbie
meysam81 wrote:Can i delete that error_log file or clear its data and if yes how?


Yes, you may simply remove it. A new one will be created automatically by the next error message, if you dont switch off error logging.

"How"? Simply "rm error_log" in a shell in the appropriate folder.

Re: error_log file remove??

PostPosted: 17. November 2013 18:12
by meysam81
Thank you..