Skip to content

Commit

Permalink
[stream_downloader.fetch] Call logger using correct name
Browse files Browse the repository at this point in the history
  • Loading branch information
eherot committed Jan 29, 2024
1 parent 53cd961 commit 1924137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logstash/inputs/s3/stream_downloader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def initialize(logger, remote_object, writer = StringIO.new)
end

def fetch
logger.debug("Downloading remote file", :remote_object_key => @remote_object.key)
@logger.debug("Downloading remote file", :remote_object_key => @remote_object.key)
@remote_object.get({ :response_target => @writer })
# @writer.rewind
@writer
Expand Down

0 comments on commit 1924137

Please sign in to comment.