fluent-plugin-logentries 0.2.8 → 0.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5beb1e38eb0e532236e6f2f436313c463acc3345
4
- data.tar.gz: a7f2329cdaa95765e437d50ee809d3784f5da269
3
+ metadata.gz: 3fdd17a80ecc01638122369be1adde7adc04b656
4
+ data.tar.gz: 2515d023025c1199388057f60d2451ead7613796
5
5
  SHA512:
6
- metadata.gz: 5697474e7c8cc0687872c3ab9d944457e842f330826b9b09f979419d405a5e63477bdc3ed546f039227c68e8c3621c2973ae98ada074ec4dd04dc1f9f6eb7044
7
- data.tar.gz: 930745d5d730c51de345847fd57570d926dfc5d8c38fef31ddc60d4b2c09302f9a52f416bf42decf6ee74ec8086dc1774629cfb70e4535d584d4857951e94afe
6
+ metadata.gz: 86efc28124159a4ab94fb713dde6208b0c4052c5297f5364ddce7a41f3721066b4a3b4a502e8578999cffd67773f0e2f2c163c1c2c56511a3e8f77ccc5715440
7
+ data.tar.gz: 5be49099c2c2698b0abb51b478f0a5c32dcb7901164ea87c8f5beb5f8214e45c3da4f33da41de50038b3aba47dd9cb362fc0fbd4c2515a463420582466f2b2d5
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "fluent-plugin-logentries"
7
- spec.version = "0.2.8"
7
+ spec.version = "0.2.9"
8
8
  spec.authors = ["Woorank"]
9
9
  spec.email = ["dev@woorank.com"]
10
10
  spec.summary = "Logentries output plugin for Fluent event collector"
@@ -141,7 +141,7 @@ class Fluent::LogentriesOutput < Fluent::BufferedOutput
141
141
  send_logentries(token, data[0..str_length/2])
142
142
  send_logentries(token, data[(str_length/2)+1..str_length])
143
143
 
144
- log.warm "Message Too Long, re-sending it in two part..."
144
+ log.warn "Message Too Long, re-sending it in two part..."
145
145
  end
146
146
  end
147
147
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-logentries
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.8
4
+ version: 0.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Woorank