logjam_agent 0.6.0 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/logjam_agent/rack/logger.rb +1 -1
- data/lib/logjam_agent/version.rb +1 -1
- metadata +3 -3
@@ -35,7 +35,7 @@ module LogjamAgent
|
|
35
35
|
|
36
36
|
def after_dispatch(env, result, run_time_ms)
|
37
37
|
status = result ? result.first : 500
|
38
|
-
duration, additions, view_time, action = Thread.thread_variable_get(:time_bandits_completed_info)
|
38
|
+
duration, additions, view_time, action = Thread.current.thread_variable_get(:time_bandits_completed_info)
|
39
39
|
|
40
40
|
request_info = {:total_time => run_time_ms, :code => status, :action => action, :view_time => view_time || 0.0}
|
41
41
|
|
data/lib/logjam_agent/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logjam_agent
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 5
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 6
|
9
|
-
-
|
10
|
-
version: 0.6.
|
9
|
+
- 1
|
10
|
+
version: 0.6.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Stefan Kaes
|