logstash-output-s3-leprechaun-fork 1.0.6 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d59f9e5e04e35032d3c90a1cde16047b9920dd61
4
- data.tar.gz: b3a3c8077beb495466bb311c56d3de99f4447b01
3
+ metadata.gz: 6669c739bc533946714bedf33b2d89e430253b0b
4
+ data.tar.gz: 3588854d21ce138893b0141a87757a5d2f1f0cd1
5
5
  SHA512:
6
- metadata.gz: 2bbfcd9bc7daa1a58df506d98549178d3b80fd90ac48703d95ec50d45e42be7547b596f2c783bb1c0b3fbbd6c0886333ce5ac02e43f155e9d22bd7375427900e
7
- data.tar.gz: bcd9237a30a86a1d96f95c722cea98d24a25426c4e68357131bbb5f0ed0ee70a7220b9bfe08b168f1f107c887682fc0ca9cf98a99d1bb50b439064a42906c91d
6
+ metadata.gz: 8b54db730bebc02fad2d1843b42353d8220bcc7c88fbc33794929a8d4bab985f363cbdf4a8516bd02e9ac727be3a7111a55fa9aff312006c544a5f74e2619984
7
+ data.tar.gz: d9f63c6b4bba1a231f3cba6d6bbf7fd2433f4d5d3726006306b9d309eb2765e9dc553437ebb34cedf688748f364acc11bd35cd591fd60abb47d3c2a888f12b39
@@ -346,6 +346,7 @@ class LogStash::Outputs::S3 < LogStash::Outputs::Base
346
346
  return false
347
347
  rescue StandardError => e
348
348
  @logger.warn(e)
349
+ @logger.info(seg)
349
350
  return false
350
351
  end
351
352
  end
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-s3-leprechaun-fork'
4
- s.version = '1.0.6'
4
+ s.version = '1.0.7'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This plugin was created for store the logstash's events into Amazon Simple Storage Service (Amazon S3)"
7
7
  s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-s3-leprechaun-fork
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Laurence MacGuire