Skip to content
This repository was archived by the owner on Dec 15, 2021. It is now read-only.

Commit 2d0eab3

Browse files
author
Ahmed Ammar
committed
test
1 parent 0e847e3 commit 2d0eab3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/logstash/inputs/dynamodb.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,9 @@ def run(logstash_queue)
192192

193193
public
194194
def stop
195+
@logger.log("exiting threads");
195196
exit_threads
197+
@logger.log("threads exited");
196198
until @queue.empty?
197199
@logger.log("Flushing rest of events in logstash queue")
198200
event = @queue.pop()

0 commit comments

Comments
 (0)