chihiro 0.3.9 → 0.3.10

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
  SHA256:
3
- metadata.gz: f774a9aa77d6a248ebdb758c51b0bfa24dfa4bb77b17f086ade5f4ce668491ba
4
- data.tar.gz: c7e60c53c232fa73a7e237cd9760d75ae48de46f4528cd64caa59b8dda43e8ea
3
+ metadata.gz: 2441355198a90686b0990e00fb97c3554d25824a1b494f5bd9b2a37a25a85efe
4
+ data.tar.gz: 2702984e87ad314d589db605917b02b286df52aa380d384c57585322c9d805db
5
5
  SHA512:
6
- metadata.gz: 8b0d542981888bf041f2a50187a7a927a4b19b3f57eccd156682b93044046746abdc102606557d26ef84248bc4b35737830d34f6959ab6ca785d57a1b9d7c927
7
- data.tar.gz: b7db8bf292bbbff927b38ce3964185efa28876b8674f89d0799df9359b5de689a365c13a4e0d2605241e91f493f0436d91ebf1a5b9c425b2e1f739b0e807b07b
6
+ metadata.gz: 7ce13cd4b53a0d7a04e36290a1d80674c8a06d2eb9d7b70f51f2933878e204f2130583757446c075c5d1ca9f1a2c252a55ee13a4b10847baea2635a69c6b6ed8
7
+ data.tar.gz: 96f16e3756cd667808b4e4409d0fcccf4da5729387a4401ea522d3c7de40ba35f3534e4bc3d884148671d3dc0ee2ffa658224f54e39a8f245f802e787e235b88
@@ -29,9 +29,9 @@ module Chihiro
29
29
  requestMethod: request.request_method
30
30
  }
31
31
  if Rails.configuration.no_log_param_paths.include?("#{controller_name}##{action_name}")
32
- Rails.logger.info(to_log)
32
+ Rails.logger.debug(to_log)
33
33
  else
34
- Rails.logger.info(to_log.merge(params: params.except(:format, :controller, :action).as_json))
34
+ Rails.logger.debug(to_log.merge(params: params.except(:format, :controller, :action).as_json))
35
35
  end
36
36
  end
37
37
 
@@ -42,7 +42,7 @@ module Chihiro
42
42
  requestMethod: request.request_method,
43
43
  responseStatus: response.status.to_s
44
44
  }
45
- Rails.logger.info(to_log)
45
+ Rails.logger.debug(to_log)
46
46
  end
47
47
 
48
48
  def log_exception(e)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Chihiro
4
- VERSION = '0.3.9'
4
+ VERSION = '0.3.10'
5
5
  end
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chihiro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.9
4
+ version: 0.3.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shu Hui
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-26 00:00:00.000000000 Z
11
+ date: 2019-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lograge
@@ -104,7 +104,7 @@ files:
104
104
  - lib/chihiro/version.rb
105
105
  - lib/generators/chihiro/init_generator.rb
106
106
  - lib/generators/chihiro/templates/initializer.rb
107
- - pkg/chihiro-0.3.9.gem
107
+ - pkg/chihiro-0.3.10.gem
108
108
  - spec/chihiro_spec.rb
109
109
  - spec/mask_util_spec.rb
110
110
  - spec/spec_helper.rb
Binary file