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

Commit 265982b

Browse files
author
Ahmed Ammar
committed
more.
1 parent 6dd74d4 commit 265982b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/logstash/inputs/dynamodb.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,11 @@ def run(logstash_queue)
188188
while !stop?
189189
end
190190

191+
@logger.warn("STOPPING!")
192+
191193
exit_threads
192194
until @queue.empty?
193-
@logger.info("Flushing rest of events in logstash queue")
195+
@logger.warn("Flushing rest of events in logstash queue")
194196
event = @queue.pop()
195197
queue_event(@parser.parse_stream(event), logstash_queue, @host)
196198
end # until [email protected]?

0 commit comments

Comments
 (0)