fluent-plugin-cloudwatch-logs-foxtrot9 0.0.1 → 0.0.2

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: e9860853e72bd8d07d2a4a7be45ab161a899169a
4
- data.tar.gz: 2e6db8c84e8adff718b7d264e84b2237b48b1db0
3
+ metadata.gz: c70655910e6e0c0798248bb3edb64289c337cc9d
4
+ data.tar.gz: 2af35386686f633b8bb09bbd446f35805ac5c968
5
5
  SHA512:
6
- metadata.gz: 360bc882fffe5ba04ad3c2536cd23182cbd02a1a4b954962ecfe4ddf9b74512cdba59fe3b05848c4cacaac3121ace5a3d4fff5c7cd8a46697a4862f7d9469fc0
7
- data.tar.gz: 4993d8ee1e20ae9050f96bd696e4cca64c9f8eca8832c21f614f83fe67acdef5651aa90cb206f3f321c415eda68f40290b8991aa6dd9d2799378707d8032f39a
6
+ metadata.gz: 91190ecfb83ede3633ff74a73efa0dab1ce334b80a7e9367fe08d2690e18249278434503098e4f007c47862e3d5624ad08dd746cc9986755490cf0a32f00bb5c
7
+ data.tar.gz: 0a7f5f1e69e6269036046488dbd69c4ee7fc8b2701d5823ab40eb56791c3fe13e22ec16046dc193941ae423570f326d009248f8c60dcd1212ba1a49df4fa0fc1
@@ -2,7 +2,7 @@ module Fluent
2
2
  module Plugin
3
3
  module Cloudwatch
4
4
  module Logs
5
- VERSION = "0.0.1"
5
+ VERSION = "0.0.2"
6
6
  end
7
7
  end
8
8
  end
@@ -148,7 +148,7 @@ module Fluent::Plugin
148
148
  begin
149
149
  record = @json_handler.load(event.message)
150
150
  rescue JSON::ParserError, Yajl::ParseError # Catch parser errors
151
- log.debug "Non-JSON message encountered"
151
+ # log.debug "Non-JSON message encountered"
152
152
  record = { message: event.message }
153
153
  end
154
154
  router.emit(@tag, time, record)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-cloudwatch-logs-foxtrot9
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mit Naria