Displaying 2 results from an estimated 2 matches for "packetlogger".
2008 Jan 11
1
BackgrounDRb::PacketLogger issue
...sue which I don''t
believe was present in the 0.2 release. In my worker class I am logging
errors as follows:
logger.error "the error message"
However, this now causes an exception to be thrown in the new version:
undefined method `error'' for #<BackgrounDRb::PacketLogger:0xb6f60ed0>
Looking at the docs for PacketLogger (
http://backgroundrb.rubyforge.org/classes/BackgrounDRb/PacketLogger.html) it
seems that only debug and info have been defined. Should I submit a patch
for adding ''warn'', ''error'' and ''fatal''...
2007 Dec 06
10
Feedback on RC2
I tried to upgrade my existing application to RC2 last night. Like many, I
use this mostly for running scheduled tasks. For the moment, I''ve abandoned
the effort, but am looking forward to being able to use this. Feedback
below:
First, the reason I was looking forward to this upgrade was to use the
threaded scheduler. I have an application with long-running tasks. I found
that