Skip to content

Commit 4a4ce65

Browse files
committed
[stream_downloader.fetch] Call logger using correct name
1 parent 6e8d65c commit 4a4ce65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/logstash/inputs/s3/stream_downloader.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def initialize(logger, remote_object, writer = StringIO.new)
1111
end
1212

1313
def fetch
14-
logger.debug("Downloading remote file", :remote_object_key => @remote_object.key)
14+
@logger.debug("Downloading remote file", :remote_object_key => @remote_object.key)
1515
@remote_object.get({ :response_target => @writer })
1616
# @writer.rewind
1717
@writer

0 commit comments

Comments
 (0)