Hema Gonaboina wrote: > Hi, > > 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... > Please help me how to achieve my requirement > > Thanks
I think this will work: Rake::Task['log:clear'].invoke -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

