fluent-plugin-cloudwatch-ingest 0.1.14 → 0.1.15
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 85240eae52c76e8a134b9ce96e0f323e75031950
|
4
|
+
data.tar.gz: f0bde80bbec5883fd8a07a426c0ba6ed7e778e54
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 51d80f4bd9d04a6cc4caf75742aa0db06a3a5d60da158e34651e4e7dd8ebfae0d4284f1ea70e9968909aaa14b3139f3462339be2cc7f8c830acae452ba71a12f
|
7
|
+
data.tar.gz: 519f05819fda63aef3a6bafb39ccc287716455071bbc074e10103bf239a10817c92aeef9c351893b2a4e65f330acf1c07e56ad097a6865187ea4b17d9322e9ce
|
@@ -218,8 +218,8 @@ module Fluent::Plugin
|
|
218
218
|
|
219
219
|
# http://stackoverflow.com/questions/12821534/ruby-yaml-parser-by-passing-constructor
|
220
220
|
def init_with(coder)
|
221
|
-
@filepath = coder['filepath']
|
222
|
-
@log = coder['log']
|
221
|
+
@filepath = @filepath ? @filepath : coder['filepath']
|
222
|
+
@log = @log ? @log : coder['log']
|
223
223
|
end
|
224
224
|
|
225
225
|
def save
|