kubernetes-health 3.0.4 → 3.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1f6652ceb0de891915e55a34edf552781090d114e054fc94d9d3a2b44ace54ab
4
- data.tar.gz: 5dab2e26584268bfa8f4001dbf740f520a67135f9fe559ff9c0b7a002abca3a2
3
+ metadata.gz: 175ef925d5c1959ffa37122e4f2f978e137bface0ff4113c286a480560deb3b0
4
+ data.tar.gz: '02854ee2fffaa4c0384198e2414e3c6124a8de05b6915e383ea980f17875b4f0'
5
5
  SHA512:
6
- metadata.gz: dbb0743d9d9b85392908464dc528406dce953d26a4b058745e9fa68cded4dbd96fb4f20e21948dd2245765ef0e5277df552d0ec863b288a294d7f60db4ddd0ae
7
- data.tar.gz: dbd17d495c5c44b25ac18cc593a1c329ec5cf012db45ef97bd4d26d1cecc548d8c734bc4f366f6c5d455317b8b050982559ae4daba6154623cdd91b98d57797d
6
+ metadata.gz: f61536178ae2d69cb5f55ce4ce8931dd516141b3293203888863f2dd7333f28a9c60c769ce546d0cec2d5cf6c6e7d59ca128fed8ace987cc9a94b8de280d8779
7
+ data.tar.gz: c7fa2329ae05e4e5a94050529e6aeaabf47653c744522b41297d1e6aa7703c5b80984f290911d61d0dc8ed1a77ee90b9756ec1a9a14cb57a12958d2d9d88a8b1
@@ -11,7 +11,7 @@ module Kubernetes
11
11
  else
12
12
  http_code = 404
13
13
  end
14
- Rails.logger.info "Kubernetes Health: Rack on Migrate - Request: Path: #{req.path_info} / Params: #{req.params} / HTTP Code: #{http_code}"
14
+ Rails.logger.debug "Kubernetes Health: Rack on Migrate - Request: Path: #{req.path_info} / Params: #{req.params} / HTTP Code: #{http_code}"
15
15
  [http_code, {}, []]
16
16
  end
17
17
  end
@@ -1,5 +1,5 @@
1
1
  module Kubernetes
2
2
  module Health
3
- VERSION = "3.0.4"
3
+ VERSION = "3.0.5"
4
4
  end
5
5
  end
@@ -31,7 +31,7 @@ module Puma
31
31
  else
32
32
  http_code = 404
33
33
  end
34
- Rails.logger.info "Kubernetes Health: Puma Plugin - Request: Path: #{req.path_info} / Params: #{req.params} / HTTP Code: #{http_code}" rescue nil
34
+ Rails.logger.debug "Kubernetes Health: Puma Plugin - Request: Path: #{req.path_info} / Params: #{req.params} / HTTP Code: #{http_code}" rescue nil
35
35
  [http_code, type, content]
36
36
  end
37
37
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kubernetes-health
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.4
4
+ version: 3.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wagner Caixeta
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-10-30 00:00:00.000000000 Z
11
+ date: 2019-12-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler