Remove logging for worker read events
This commit is contained in:
parent
ae2beeac20
commit
e9baae2962
@ -59,11 +59,9 @@ module Uh
|
|||||||
def worker
|
def worker
|
||||||
@worker ||= Workers.build(*(@env.worker)).tap do |w|
|
@worker ||= Workers.build(*(@env.worker)).tap do |w|
|
||||||
w.on_read do
|
w.on_read do
|
||||||
log_debug 'Processing pending events'
|
|
||||||
@manager.handle_pending_events
|
@manager.handle_pending_events
|
||||||
end
|
end
|
||||||
w.on_read_next do
|
w.on_read_next do
|
||||||
log_debug 'Processing next event'
|
|
||||||
@manager.handle_next_event
|
@manager.handle_next_event
|
||||||
end
|
end
|
||||||
w.on_timeout do |*args|
|
w.on_timeout do |*args|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user