What is the use of Development.log file that is present in log folder of the rails application. I see that as the time goes on the size of this file increases . Right now in my application its size is 14gb. Will it affect the performance of the application? if so what should be done prevent that ?
Thanks!
All the informations about your web applications requests are written in it, and it is quite useful.
When you start your application with rails s
you can see it (it is tailing the development.log)
Since its the development.log, you can clean the content, but be sure to leave it there so you can see what your application is doing.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With