fluent-plugin-cloudwatch-logs 0.8.1 → 0.8.1.1
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3a54897a6cb82b6180e4f3a627b3cb89859992553d5d18d2d48deb80a8820d3c
|
|
4
|
+
data.tar.gz: f16ac2df79648c3b919132811dfcdb3a82b3ea9776256adcad7f705cbb5e2249
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e24910ad7f2120bac140d26080c05e851fc7388a683e07ac308282d8dc7c6d31afb19b2744d9b2628bbe7b9f2c784da83a7c8b60f908478626fc2cd16ea0eb9f
|
|
7
|
+
data.tar.gz: dc81615457af3fcf5ff8347fab186c2ea9cec90af31de3ac2bc5c13ff51ea4d234acd07f162d5e1fa36d5c8a8d1079ed82b67cb2344cb084914d1b4c63c07b55
|
|
@@ -85,7 +85,7 @@ module Fluent::Plugin
|
|
|
85
85
|
|
|
86
86
|
options = {}
|
|
87
87
|
options[:logger] = log if log
|
|
88
|
-
options[:log_level] =
|
|
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
|