appsignal 0.9.0 → 0.9.1

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: 226f414f32b34a19319e026fd18d46eba9e099c3
4
- data.tar.gz: 5bf409703a3c98fc0c69813e7113b58eff4e3d08
3
+ metadata.gz: c7eedd9936232477c100eac06f2aea6dc5bccb2a
4
+ data.tar.gz: 0b4b73db37c765d0ef960fbc122bedf0245262a4
5
5
  SHA512:
6
- metadata.gz: eaeae87208d56bf8572de0b6644a52d39f5a01b1d152ff3d67022edb1ad4b6d922adc9265f4a46bf3d357b93bc1411fba26e662ba43fc8e67c5b15d15bdadb76
7
- data.tar.gz: 1cea5690d17117fd5f7c35ce3c4883164ea4cb8958a37bd199a8c93c58bb788d26b193daf5562cf3c5d7499331f4d716b1ac2d6fc39a7a53254314d7604acba2
6
+ metadata.gz: 1677adffc11b7a580c2cdee998fdda156b3165b7acb2cb947eaebb11361608ed57fd839e8dfd71d0d730c5449b1dfa00588444b92dd5503069bd070e88c563d1
7
+ data.tar.gz: f109c182a19213d097a301bb1ef8d7861421842702c83ece69825c5e6a71f9ec32a39619160a470730e681acdb7a991baff0a41dcef67aff5c81c13194bb6fcf
@@ -1,3 +1,6 @@
1
+ # 0.9.1
2
+ * Some debug logging tweaks
3
+
1
4
  # 0.9.0
2
5
  * Add option to override Capistrano revision
3
6
  * Expanded deploy message in Capistrano
@@ -45,7 +45,10 @@ module Appsignal
45
45
  load_instrumentations
46
46
  initialize_extensions
47
47
  @agent = Appsignal::Agent.new
48
- at_exit { @agent.shutdown(true) }
48
+ at_exit do
49
+ logger.debug('Running at_exit block')
50
+ @agent.shutdown(true)
51
+ end
49
52
  else
50
53
  logger.error("Can't start, no config loaded")
51
54
  end
@@ -102,7 +102,7 @@ module Appsignal
102
102
  end
103
103
 
104
104
  def forked!
105
- Appsignal.logger.debug('Forked worker process')
105
+ Appsignal.logger.info('Forked worker process')
106
106
  @pid = Process.pid
107
107
  Thread.exclusive do
108
108
  @aggregator = Aggregator.new
@@ -1,3 +1,3 @@
1
1
  module Appsignal
2
- VERSION = '0.9.0'
2
+ VERSION = '0.9.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appsignal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Beekman
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2014-06-27 00:00:00.000000000 Z
15
+ date: 2014-07-03 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: activesupport