mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Remove unnecessary logger line used for debugging in outputdelegator
Fixes #4391
This commit is contained in:
parent
ad48e00340
commit
2d477b6677
1 changed files with 0 additions and 1 deletions
|
@ -113,7 +113,6 @@ module LogStash; class OutputDelegator
|
||||||
def worker_multi_receive(events)
|
def worker_multi_receive(events)
|
||||||
@events_received.increment(events.length)
|
@events_received.increment(events.length)
|
||||||
|
|
||||||
@logger.debug("worker queue pop")
|
|
||||||
worker = @worker_queue.pop
|
worker = @worker_queue.pop
|
||||||
begin
|
begin
|
||||||
worker.multi_receive(events)
|
worker.multi_receive(events)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue