Hi all, I use backgrounDRB with a couple of Rails apps to handle long running tasks. I'm having a problem with the log messages it produces. When I start my backgrounDRB server it checks the job queue every 10 seconds or so, and adds 3 lines to my development/production.log file to record the SQL query. These log messages are very frustrating, as they tend to swamp all the useful log information and make my log files very large, very fast. Is there a way to disable them? Ideally I'd like to stop the backgrounDRB server from producing any log messages, unless I explicitly ask it to, or at least redirect them all to a different file. I'd be happy enough with no log messages at all, as I don't use it for anything too important. Is there a way to do this? I've tried playing around with the :log: option in the backgroundrb.yml config file, but I can't get it to turn logging off, and there doesn't seem to be a reference for config options anywhere.
Many thanks, Adam --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

