fluent-plugin-detect-exceptions-with-error 0.0.1a → 0.0.1b
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: 56f8c5c2a44b6a69fcf8a14ad2ef1e6b4458244d
|
|
4
|
+
data.tar.gz: a069e5fe08c29bb2459f5fac8bc507b54bf266c4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9cc33954ca9d2845971bc6b84121e538c100223ef19ea3f9748b5f6a09e7569a5d12e51548f481601b5714fd2944db90ee716c056b9b3e2fef38c67fb524c115
|
|
7
|
+
data.tar.gz: 34838dc2b460ff505c3debeff52caff5a9e221be573e8b89d73d120c6d1f503a0db91db0f63fdffe3a594f30f4b59172bdf79e7f77b5262044f8dc85dfca5571
|
|
Binary file
|
|
@@ -6,7 +6,7 @@ eos
|
|
|
6
6
|
gem.summary = \
|
|
7
7
|
'fluentd output plugin for combining error messages and stack traces as multi-line JSON logs'
|
|
8
8
|
gem.license = 'Apache-2.0'
|
|
9
|
-
gem.version = '0.0.
|
|
9
|
+
gem.version = '0.0.1b'
|
|
10
10
|
gem.authors = ['Vincent Vega']
|
|
11
11
|
gem.required_ruby_version = Gem::Requirement.new('>= 2.0')
|
|
12
12
|
|
|
@@ -50,7 +50,7 @@ module Fluent
|
|
|
50
50
|
end
|
|
51
51
|
|
|
52
52
|
JAVA_RULES = [
|
|
53
|
-
rule(:start_state, /
|
|
53
|
+
rule(:start_state, /ERROR /, :java),
|
|
54
54
|
rule(:java, /(?:Exception|Error|Throwable|V8 errors stack trace)[:\r\n]/, :java),
|
|
55
55
|
rule(:java, /^[\t ]+(?:eval )?at /, :java),
|
|
56
56
|
rule(:java, /^[\t ]*(?:Caused by|Suppressed):/, :java),
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-detect-exceptions-with-error
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.1b
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vincent Vega
|
|
@@ -75,6 +75,7 @@ extra_rdoc_files: []
|
|
|
75
75
|
files:
|
|
76
76
|
- CONTRIBUTING
|
|
77
77
|
- fluent-plugin-detect-exceptions-with-error-0.0.1.gem
|
|
78
|
+
- fluent-plugin-detect-exceptions-with-error-0.0.1a.gem
|
|
78
79
|
- fluent-plugin-detect-exceptions-with-error.gemspec
|
|
79
80
|
- Gemfile
|
|
80
81
|
- lib/fluent/plugin/exception_detector.rb
|