Skip to content

Commit e277ee0

Browse files
committed
dbg
1 parent c00c00c commit e277ee0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

spec/inputs/file_tail_spec.rb

+4-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,10 @@
201201
let(:conf) { Hash.new }
202202
let(:mlconf) { Hash.new }
203203
let(:events) { Array.new }
204-
let(:mlcodec) { LogStash::Codecs::Multiline.new(mlconf) }
204+
let(:mlcodec) {
205+
puts " The value of mlconf is #{mlconf}"
206+
LogStash::Codecs::Multiline.new(mlconf)
207+
}
205208
let(:tracer_codec) { FileInput::CodecTracer.new }
206209
let(:tmpdir_path) { Stud::Temporary.directory }
207210
let(:tmpfile_path) { ::File.join(tmpdir_path, "#{suffix}.txt") }

0 commit comments

Comments
 (0)