instrumental_agent 0.11.0 → 0.11.1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ### 0.11.1 [July 19th, 2012]
2
+ * Make error messages easily locatable in logs
3
+
1
4
  ### 0.11.0 [July 18th, 2012]
2
5
  * Allow passing count to increment and gauge calls for pre-aggregated values
3
6
 
@@ -384,8 +384,8 @@ module Instrumental
384
384
  end
385
385
  end
386
386
  rescue Exception => err
387
- logger.debug err.to_s
388
- logger.debug err.backtrace.join("\n")
387
+ logger.error "Instrumental Error: #{err}"
388
+ logger.error err.backtrace.join("\n")
389
389
  if @allow_reconnect == false ||
390
390
  (command_options && command_options[:allow_reconnect] == false)
391
391
  logger.error "Not trying to reconnect"
@@ -1,3 +1,3 @@
1
1
  module Instrumental
2
- VERSION = '0.11.0'
2
+ VERSION = '0.11.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: instrumental_agent
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.11.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2012-07-18 00:00:00.000000000 Z
15
+ date: 2012-07-19 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: rake
@@ -163,7 +163,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
163
163
  version: '0'
164
164
  segments:
165
165
  - 0
166
- hash: 3962445829990245099
166
+ hash: 891178819189974589
167
167
  required_rubygems_version: !ruby/object:Gem::Requirement
168
168
  none: false
169
169
  requirements:
@@ -172,7 +172,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
172
172
  version: '0'
173
173
  segments:
174
174
  - 0
175
- hash: 3962445829990245099
175
+ hash: 891178819189974589
176
176
  requirements: []
177
177
  rubyforge_project:
178
178
  rubygems_version: 1.8.24