ruby-zipkin 0.2.902 → 0.2.903

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.
@@ -1,3 +1,3 @@
1
1
  module RubyZipkin
2
- VERSION = "0.2.902"
2
+ VERSION = "0.2.903"
3
3
  end
data/lib/ruby-zipkin.rb CHANGED
@@ -38,7 +38,6 @@ module RubyZipkin extend self
38
38
 
39
39
  rescue => e
40
40
  #Tracing errors shouldn't block a request.
41
- Rails.logger.error "Zipkin error: #{e} \n #{e.backtrace}"
42
41
  puts "Zipkin error: #{e} \n #{e.backtrace}"
43
42
  raise e
44
43
  end
@@ -51,7 +50,6 @@ module RubyZipkin extend self
51
50
  return
52
51
  end
53
52
  @lock.synchronize do
54
- Rails.logger.warn "zipkin trace id #{trace_id}"
55
53
  ::Trace.push(trace_id)
56
54
 
57
55
  set_trace_caption(env)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-zipkin
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1819
4
+ hash: 1817
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 902
10
- version: 0.2.902
9
+ - 903
10
+ version: 0.2.903
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ivan Marcin
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2013-10-18 00:00:00 Z
18
+ date: 2013-10-19 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: finagle-thrift