mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
- less logging
This commit is contained in:
parent
c37e06454c
commit
b1b6c75ee6
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class LogStash::MultiQueue
|
||||||
# Push an object to all queues.
|
# Push an object to all queues.
|
||||||
public
|
public
|
||||||
def push(object)
|
def push(object)
|
||||||
@logger.info "*** Pushing object into MultiQueue: #{object}"
|
#@logger.info "*** Pushing object into MultiQueue: #{object}"
|
||||||
@queues.each { |q| q.push(object) }
|
@queues.each { |q| q.push(object) }
|
||||||
end # def push
|
end # def push
|
||||||
alias :<< :push
|
alias :<< :push
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue