[Backgroundrb-devel] Worker logging in test output.
hemant kumar
gethemant at gmail.com
Tue Mar 11 21:23:10 EDT 2008
On Tue, 2008-03-11 at 14:27 +0000, Todd Tyree wrote:
> Hi,
>
> I'm trying to silence the information that backgroundrb is putting in
> to my test runs. I'm seeing several hundred lines of this during the
> test runs (both unit and functional):
>
> {:type=>:all_worker_info}
> {:type=>:do_work, :worker=>:xmlrpc_xmpp_worker, :worker_method=>:register_user, :data=>{:xmpp_password=>"04ced0eda236a8690ec8ed30af63b3f2d886109c", :userid=>1151}}
>
> but can't find where it seems to be coming from. How do I shut it
> off? I'm using 1.0.3 on 2.0.2 with the standard testing setup (i.e.
> no rspec).
>
Just put debug_log: false for the time being to silence those log
messages. Example is available on http://backgroundrb.rubyforge.org
More information about the Backgroundrb-devel
mailing list