mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -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.
|
||||
public
|
||||
def push(object)
|
||||
@logger.info "*** Pushing object into MultiQueue: #{object}"
|
||||
#@logger.info "*** Pushing object into MultiQueue: #{object}"
|
||||
@queues.each { |q| q.push(object) }
|
||||
end # def push
|
||||
alias :<< :push
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue