riemann-babbler 1.0.8.6 → 1.0.8.7

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.
@@ -140,7 +140,7 @@ class Riemann::Babbler::Starter
140
140
  def start_plugins!
141
141
  plugin_threads = started_plugins.map do |plugin|
142
142
  Thread.new {
143
- logger.info "Start plugin #{plugin}"
143
+ logger.unknown "Start plugin #{plugin}"
144
144
  plugin.new( config, logger, $riemann ).run
145
145
  }
146
146
  end
@@ -1,5 +1,5 @@
1
1
  module Riemann
2
2
  class Babbler
3
- VERSION = '1.0.8.6'
3
+ VERSION = '1.0.8.7'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: riemann-babbler
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8.6
4
+ version: 1.0.8.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: