search for: update_logdb_worker

Displaying 1 result from an estimated 1 matches for "update_logdb_worker".

2007 Jan 30
1
Logging doesn''t work
...9;t work as well (even after restart all). This is the code for my worker: class UpdateLogdbWorker < BackgrounDRb::Rails def do_work(args) @logger.info("Call successful") # do some more stuff end end This is, what my call looks like: MiddleMan.new_worker(:class => update_logdb_worker) Any advice would be appreciated! Regards Horst