mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
remove debugging
This commit is contained in:
parent
e1a303f417
commit
ff24fcd53a
1 changed files with 1 additions and 2 deletions
|
@ -87,10 +87,9 @@ describe LogStash::Filters::Multiline do
|
|||
end
|
||||
|
||||
sample concurrent_stream do
|
||||
require "pry"; binding.pry
|
||||
insist { subject.count } == count
|
||||
subject.each_with_index do |event, i|
|
||||
puts "#{i}/#{event["event"]}: #{event.to_json}"
|
||||
#puts "#{i}/#{event["event"]}: #{event.to_json}"
|
||||
#insist { event.type } == stream
|
||||
#insist { event.source } == stream
|
||||
insist { event.message.split("\n").first } =~ /hello world /
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue