fluent-plugin-cloudwatch-logs 0.8.1 → 0.8.1.1

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
  SHA256:
3
- metadata.gz: df810968d48ed4f1c2f11cfd66972864d9d4c0594ad03453c7c1a534cd5c367d
4
- data.tar.gz: a0e21faa91fa6a5e530a7b7ed145de5a016f6e1b092282682e54f02025e729b0
3
+ metadata.gz: 3a54897a6cb82b6180e4f3a627b3cb89859992553d5d18d2d48deb80a8820d3c
4
+ data.tar.gz: f16ac2df79648c3b919132811dfcdb3a82b3ea9776256adcad7f705cbb5e2249
5
5
  SHA512:
6
- metadata.gz: d20bd70811d9e52969d0e0aa90d99ed4a94fc53b2de060571a00ccad58ebe9ab9fd8532d82466f0659ac3ac8547d8662ed88ab493997346c951e6568e609e40c
7
- data.tar.gz: 19385acfe587971bcfa1b8ae911c021e00d406132633f190dec8f14946aa5b048c5ba68a6233942672d9f4b4b38671b7c0c3df57819544ad605a7fd895f07be4
6
+ metadata.gz: e24910ad7f2120bac140d26080c05e851fc7388a683e07ac308282d8dc7c6d31afb19b2744d9b2628bbe7b9f2c784da83a7c8b60f908478626fc2cd16ea0eb9f
7
+ data.tar.gz: dc81615457af3fcf5ff8347fab186c2ea9cec90af31de3ac2bc5c13ff51ea4d234acd07f162d5e1fa36d5c8a8d1079ed82b67cb2344cb084914d1b4c63c07b55
@@ -2,7 +2,7 @@ module Fluent
2
2
  module Plugin
3
3
  module Cloudwatch
4
4
  module Logs
5
- VERSION = "0.8.1"
5
+ VERSION = "0.8.1.1"
6
6
  end
7
7
  end
8
8
  end
@@ -85,7 +85,7 @@ module Fluent::Plugin
85
85
 
86
86
  options = {}
87
87
  options[:logger] = log if log
88
- options[:log_level] = ({0 => :trace, 1 => :debug, 2 => :info, 3 => :warn, 4 => :error, 5 => :fatal}[log.level] || :info) if log
88
+ options[:log_level] = :debug if log
89
89
  options[:region] = @region if @region
90
90
  options[:endpoint] = @endpoint if @endpoint
91
91
  options[:instance_profile_credentials_retries] = @aws_instance_profile_credentials_retries if @aws_instance_profile_credentials_retries
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-cloudwatch-logs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryota Arai