I want to clear my logs files when they are exceeding certain limit of memory
The size of the files can be determined by using the File.size() and I can clear the log files using the rake log:clear command
But this has to be done through my application
where i will create a method when the user clicks the logout button then the method checks the log files and if the files occupied more memory then it automatically refreshes the contents…