heavylog 0.0.22 → 0.0.23
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/test.yml +1 -1
- data/Gemfile.lock +61 -58
- data/lib/heavylog/log_subscriber.rb +4 -4
- data/lib/heavylog/middleware.rb +3 -1
- data/lib/heavylog/railtie.rb +1 -0
- data/lib/heavylog/version.rb +1 -1
- data/lib/heavylog.rb +3 -2
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1e9bcdf11b686f9e5035d2d75e6ed92e412b7e7e05f085d06ef92166410d8329
|
4
|
+
data.tar.gz: f21daaea34d6422d4043f5078a34a08b904da8a25d5ba09d6bc4cd4d62254d0d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f89838a3639dcb7c3a0eee03b76f762b73a11494dac5af0e87b58e3f767a1a3b1c6e1d63b6084c5c5a6de29c971f17a7de09c905f3685d1150a2d0d18903e5da
|
7
|
+
data.tar.gz: 5b191bca2b91d8debfe0e55a7fb1e4dda0af1ab8df1d68ce83a92c9c99a59cafa8de0c6a6a210fd09de7826456a5cd8602dc38cddf12f70b9f07a635e4155c5e
|
data/.github/workflows/test.yml
CHANGED
data/Gemfile.lock
CHANGED
@@ -10,93 +10,93 @@ PATH
|
|
10
10
|
GEM
|
11
11
|
remote: https://rubygems.org/
|
12
12
|
specs:
|
13
|
-
actionpack (
|
14
|
-
actionview (=
|
15
|
-
activesupport (=
|
16
|
-
rack (~> 2.0, >= 2.0
|
13
|
+
actionpack (7.0.3.1)
|
14
|
+
actionview (= 7.0.3.1)
|
15
|
+
activesupport (= 7.0.3.1)
|
16
|
+
rack (~> 2.0, >= 2.2.0)
|
17
17
|
rack-test (>= 0.6.3)
|
18
18
|
rails-dom-testing (~> 2.0)
|
19
19
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
20
|
-
actionview (
|
21
|
-
activesupport (=
|
20
|
+
actionview (7.0.3.1)
|
21
|
+
activesupport (= 7.0.3.1)
|
22
22
|
builder (~> 3.1)
|
23
23
|
erubi (~> 1.4)
|
24
24
|
rails-dom-testing (~> 2.0)
|
25
25
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
26
|
-
activesupport (
|
26
|
+
activesupport (7.0.3.1)
|
27
27
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
28
28
|
i18n (>= 1.6, < 2)
|
29
29
|
minitest (>= 5.1)
|
30
30
|
tzinfo (~> 2.0)
|
31
|
-
zeitwerk (~> 2.3)
|
32
31
|
ast (2.4.2)
|
33
|
-
backport (1.
|
34
|
-
benchmark (0.
|
32
|
+
backport (1.2.0)
|
33
|
+
benchmark (0.2.0)
|
35
34
|
builder (3.2.4)
|
36
|
-
concurrent-ruby (1.1.
|
35
|
+
concurrent-ruby (1.1.10)
|
37
36
|
connection_pool (2.2.5)
|
38
37
|
crass (1.0.6)
|
39
|
-
diff-lcs (1.
|
40
|
-
docile (1.
|
38
|
+
diff-lcs (1.5.0)
|
39
|
+
docile (1.4.0)
|
41
40
|
e2mmap (0.1.0)
|
42
41
|
erubi (1.10.0)
|
43
|
-
i18n (1.
|
42
|
+
i18n (1.11.0)
|
44
43
|
concurrent-ruby (~> 1.0)
|
45
44
|
jaro_winkler (1.5.4)
|
46
|
-
json (2.
|
47
|
-
kramdown (2.
|
45
|
+
json (2.6.2)
|
46
|
+
kramdown (2.4.0)
|
48
47
|
rexml
|
49
48
|
kramdown-parser-gfm (1.1.0)
|
50
49
|
kramdown (~> 2.0)
|
51
|
-
loofah (2.
|
50
|
+
loofah (2.18.0)
|
52
51
|
crass (~> 1.0.2)
|
53
52
|
nokogiri (>= 1.5.9)
|
54
53
|
method_source (1.0.0)
|
55
|
-
mini_portile2 (2.
|
56
|
-
minitest (5.
|
57
|
-
nokogiri (1.
|
58
|
-
mini_portile2 (~> 2.
|
54
|
+
mini_portile2 (2.8.0)
|
55
|
+
minitest (5.16.2)
|
56
|
+
nokogiri (1.13.7)
|
57
|
+
mini_portile2 (~> 2.8.0)
|
59
58
|
racc (~> 1.4)
|
60
|
-
parallel (1.
|
61
|
-
parser (3.
|
59
|
+
parallel (1.22.1)
|
60
|
+
parser (3.1.2.0)
|
62
61
|
ast (~> 2.4.1)
|
63
|
-
racc (1.
|
64
|
-
rack (2.2.
|
65
|
-
rack-test (
|
66
|
-
rack (>= 1.
|
62
|
+
racc (1.6.0)
|
63
|
+
rack (2.2.4)
|
64
|
+
rack-test (2.0.2)
|
65
|
+
rack (>= 1.3)
|
67
66
|
rails-dom-testing (2.0.3)
|
68
67
|
activesupport (>= 4.2.0)
|
69
68
|
nokogiri (>= 1.6)
|
70
|
-
rails-html-sanitizer (1.3
|
69
|
+
rails-html-sanitizer (1.4.3)
|
71
70
|
loofah (~> 2.3)
|
72
|
-
railties (
|
73
|
-
actionpack (=
|
74
|
-
activesupport (=
|
71
|
+
railties (7.0.3.1)
|
72
|
+
actionpack (= 7.0.3.1)
|
73
|
+
activesupport (= 7.0.3.1)
|
75
74
|
method_source
|
76
|
-
rake (>=
|
75
|
+
rake (>= 12.2)
|
77
76
|
thor (~> 1.0)
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
77
|
+
zeitwerk (~> 2.5)
|
78
|
+
rainbow (3.1.1)
|
79
|
+
rake (13.0.6)
|
80
|
+
redis (4.7.1)
|
81
|
+
regexp_parser (2.5.0)
|
82
|
+
request_store (1.5.1)
|
83
83
|
rack (>= 1.4)
|
84
|
-
reverse_markdown (2.
|
84
|
+
reverse_markdown (2.1.1)
|
85
85
|
nokogiri
|
86
86
|
rexml (3.2.5)
|
87
|
-
rspec (3.
|
88
|
-
rspec-core (~> 3.
|
89
|
-
rspec-expectations (~> 3.
|
90
|
-
rspec-mocks (~> 3.
|
91
|
-
rspec-core (3.
|
92
|
-
rspec-support (~> 3.
|
93
|
-
rspec-expectations (3.
|
87
|
+
rspec (3.11.0)
|
88
|
+
rspec-core (~> 3.11.0)
|
89
|
+
rspec-expectations (~> 3.11.0)
|
90
|
+
rspec-mocks (~> 3.11.0)
|
91
|
+
rspec-core (3.11.0)
|
92
|
+
rspec-support (~> 3.11.0)
|
93
|
+
rspec-expectations (3.11.0)
|
94
94
|
diff-lcs (>= 1.2.0, < 2.0)
|
95
|
-
rspec-support (~> 3.
|
96
|
-
rspec-mocks (3.
|
95
|
+
rspec-support (~> 3.11.0)
|
96
|
+
rspec-mocks (3.11.1)
|
97
97
|
diff-lcs (>= 1.2.0, < 2.0)
|
98
|
-
rspec-support (~> 3.
|
99
|
-
rspec-support (3.
|
98
|
+
rspec-support (~> 3.11.0)
|
99
|
+
rspec-support (3.11.0)
|
100
100
|
rubocop (0.93.1)
|
101
101
|
parallel (~> 1.10)
|
102
102
|
parser (>= 2.7.1.5)
|
@@ -106,12 +106,12 @@ GEM
|
|
106
106
|
rubocop-ast (>= 0.6.0)
|
107
107
|
ruby-progressbar (~> 1.7)
|
108
108
|
unicode-display_width (>= 1.4.0, < 2.0)
|
109
|
-
rubocop-ast (1.
|
110
|
-
parser (>=
|
109
|
+
rubocop-ast (1.19.1)
|
110
|
+
parser (>= 3.1.1.0)
|
111
111
|
rubocop-performance (1.5.2)
|
112
112
|
rubocop (>= 0.71.0)
|
113
113
|
ruby-progressbar (1.11.0)
|
114
|
-
sidekiq (6.
|
114
|
+
sidekiq (6.5.1)
|
115
115
|
connection_pool (>= 2.2.2)
|
116
116
|
rack (~> 2.0)
|
117
117
|
redis (>= 4.2.0)
|
@@ -120,10 +120,11 @@ GEM
|
|
120
120
|
json (>= 1.8, < 3)
|
121
121
|
simplecov-html (~> 0.10.0)
|
122
122
|
simplecov-html (0.10.2)
|
123
|
-
solargraph (0.
|
124
|
-
backport (~> 1.
|
123
|
+
solargraph (0.45.0)
|
124
|
+
backport (~> 1.2)
|
125
125
|
benchmark
|
126
126
|
bundler (>= 1.17.2)
|
127
|
+
diff-lcs (~> 1.4)
|
127
128
|
e2mmap
|
128
129
|
jaro_winkler (~> 1.5)
|
129
130
|
kramdown (~> 2.3)
|
@@ -134,13 +135,15 @@ GEM
|
|
134
135
|
thor (~> 1.0)
|
135
136
|
tilt (~> 2.0)
|
136
137
|
yard (~> 0.9, >= 0.9.24)
|
137
|
-
thor (1.1
|
138
|
+
thor (1.2.1)
|
138
139
|
tilt (2.0.10)
|
139
140
|
tzinfo (2.0.4)
|
140
141
|
concurrent-ruby (~> 1.0)
|
141
|
-
unicode-display_width (1.
|
142
|
-
|
143
|
-
|
142
|
+
unicode-display_width (1.8.0)
|
143
|
+
webrick (1.7.0)
|
144
|
+
yard (0.9.28)
|
145
|
+
webrick (~> 1.7.0)
|
146
|
+
zeitwerk (2.6.0)
|
144
147
|
|
145
148
|
PLATFORMS
|
146
149
|
ruby
|
@@ -60,11 +60,11 @@ module Heavylog
|
|
60
60
|
end
|
61
61
|
|
62
62
|
def extract_status(payload)
|
63
|
-
if (
|
64
|
-
{ status: status.to_i }
|
65
|
-
elsif (error = payload[:exception])
|
63
|
+
if (error = payload[:exception])
|
66
64
|
exception, message = error
|
67
|
-
{ status: get_error_status_code(exception), error: "#{exception}: #{message}" }
|
65
|
+
{ status: payload[:status] || get_error_status_code(exception), error: "#{exception}: #{message}" }
|
66
|
+
elsif (status = payload[:status])
|
67
|
+
{ status: status.to_i }
|
68
68
|
else
|
69
69
|
{ status: 0 }
|
70
70
|
end
|
data/lib/heavylog/middleware.rb
CHANGED
@@ -11,7 +11,9 @@ module Heavylog
|
|
11
11
|
end
|
12
12
|
|
13
13
|
def call(env)
|
14
|
-
ignore = @sprockets && env["PATH_INFO"] =~ @assets_regex
|
14
|
+
ignore = (@sprockets && env["PATH_INFO"] =~ @assets_regex) ||
|
15
|
+
(Heavylog.ignore_path && env["PATH_INFO"] =~ Heavylog.ignore_path)
|
16
|
+
|
15
17
|
unless ignore
|
16
18
|
request = ActionDispatch::Request.new(env)
|
17
19
|
RequestStore.store[:heavylog_request_id] = request.uuid
|
data/lib/heavylog/railtie.rb
CHANGED
@@ -7,6 +7,7 @@ module Heavylog
|
|
7
7
|
config.heavylog.path = "log/heavylog.log"
|
8
8
|
config.heavylog.message_limit = 1024 * 1024 * 50 # 50MB
|
9
9
|
config.heavylog.log_sidekiq = false
|
10
|
+
config.heavylog.ignore_path = nil
|
10
11
|
config.heavylog.error_handler = lambda { |e|
|
11
12
|
Kernel.puts "HeavyLog: Error writing to log: #{e.class}: #{e.message}\n #{e.backtrace.join("\n ")}"
|
12
13
|
}
|
data/lib/heavylog/version.rb
CHANGED
data/lib/heavylog.rb
CHANGED
@@ -17,7 +17,7 @@ module Heavylog
|
|
17
17
|
TRUNCATION = "[TRUNCATED]"
|
18
18
|
ANSI_REGEX = /\e\[(\d+)m/.freeze
|
19
19
|
|
20
|
-
mattr_accessor :logger, :application, :formatter, :log_level
|
20
|
+
mattr_accessor :logger, :application, :formatter, :log_level, :ignore_path
|
21
21
|
|
22
22
|
def setup(app)
|
23
23
|
self.application = app
|
@@ -43,6 +43,7 @@ module Heavylog
|
|
43
43
|
|
44
44
|
Heavylog.formatter = config.formatter || Heavylog::Formatters::Raw.new
|
45
45
|
Heavylog.log_level = config.log_level || :info
|
46
|
+
Heavylog.ignore_path = config.ignore_path || nil
|
46
47
|
end
|
47
48
|
|
48
49
|
def attach_to_action_controller
|
@@ -53,7 +54,7 @@ module Heavylog
|
|
53
54
|
return unless config.log_sidekiq
|
54
55
|
|
55
56
|
Sidekiq.configure_server do |config|
|
56
|
-
config.
|
57
|
+
config.job_logger = SidekiqLogger
|
57
58
|
end
|
58
59
|
|
59
60
|
Sidekiq.error_handlers << SidekiqExceptionHandler.new
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: heavylog
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.23
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kristjan Rang
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-07-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -214,7 +214,7 @@ homepage: https://github.com/krisrang/heavylog
|
|
214
214
|
licenses:
|
215
215
|
- MIT
|
216
216
|
metadata: {}
|
217
|
-
post_install_message:
|
217
|
+
post_install_message:
|
218
218
|
rdoc_options: []
|
219
219
|
require_paths:
|
220
220
|
- lib
|
@@ -229,8 +229,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
229
229
|
- !ruby/object:Gem::Version
|
230
230
|
version: '0'
|
231
231
|
requirements: []
|
232
|
-
rubygems_version: 3.
|
233
|
-
signing_key:
|
232
|
+
rubygems_version: 3.3.7
|
233
|
+
signing_key:
|
234
234
|
specification_version: 4
|
235
235
|
summary: Format all Rails logging per request
|
236
236
|
test_files: []
|