We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cdb3cc commit 164d757Copy full SHA for 164d757
lib/logstash/inputs/s3/processor_manager.rb
@@ -77,7 +77,7 @@ def start_processor(worker_id)
77
tries = 0
78
begin
79
@processor.handle(remote_file)
80
- rescue Errno::IOError => e
+ rescue IOError => e
81
@logger.error(
82
"IOError when processing remote file. Skipping for now (But not adding to SinceDB).",
83
:remote_file => remote_file,
0 commit comments