fluent-plugin-gelf-hs 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
data.tar.gz.sig CHANGED
Binary file
@@ -91,11 +91,8 @@ module Fluent
91
91
  begin
92
92
  @conn.notify!(data)
93
93
  rescue Exception => e
94
- log.error sprintf(
95
- 'Error trying to publish %s: %s',
96
- data.to_s.force_encoding('UTF-8'),
97
- e.message.to_s.force_encoding('UTF-8')
98
- )
94
+ log.warn "failed to flush the buffer.", error_class: e.class.to_s, error: e.to_s, plugin_id: plugin_id
95
+ raise e
99
96
  end
100
97
 
101
98
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-gelf-hs
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 5
10
- version: 1.0.5
9
+ - 6
10
+ version: 1.0.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alex Yamauchi
@@ -42,7 +42,7 @@ cert_chain:
42
42
  2Zk648Ep9HVPKmwoVuB75+xEQw==
43
43
  -----END CERTIFICATE-----
44
44
 
45
- date: 2018-04-09 00:00:00 Z
45
+ date: 2018-04-24 00:00:00 Z
46
46
  dependencies:
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: fluentd
metadata.gz.sig CHANGED
Binary file