gray_logger 0.11.3 → 0.11.4

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.
@@ -5,10 +5,6 @@ module GrayLogger
5
5
 
6
6
  @last_chunk_id = 0
7
7
 
8
- # class << self
9
- # attr_reader :last_chunk_id
10
- # end
11
-
12
8
  attr_reader :buckets, :configuration
13
9
 
14
10
  def initialize(configuration)
@@ -30,7 +30,6 @@ module GrayLogger
30
30
  gray_logger.send(:#{const.downcase}, *args)
31
31
  else
32
32
  if !gray_logger.nil? && gray_logger.#{const.downcase}?
33
- puts "level: #{const.downcase}"
34
33
  gray_logger.after_request_log.append_to(:log_file, "[#{const.downcase}] \#{args[0]}")
35
34
  end
36
35
  proxied_logger.send(:#{const.downcase}, *args)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gray_logger
3
3
  version: !ruby/object:Gem::Version
4
- hash: 53
4
+ hash: 59
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 11
9
- - 3
10
- version: 0.11.3
9
+ - 4
10
+ version: 0.11.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Benjamin Behr