hoss-agent 1.0.1 → 1.0.2

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: f9d32204aeaa5465b3355828b2459e627de152ee625cf0be0a89d9d81880ba64
4
- data.tar.gz: d180cf68507c480fe88ec081601acd24cfab99ea8ca592deb33b7fe1a10e13e4
3
+ metadata.gz: 85c9ed2a09cb024b273d033e9fd91571d423dc63459e2cc8fd8b1585cba2451a
4
+ data.tar.gz: 05f1c4b673467b22347bae003e43b7fcf09ea6a0be7335d02ba0724694ea5f9b
5
5
  SHA512:
6
- metadata.gz: bb42860e0eacb4e1b0c07d8d8c12eb6817d9fe138a49f9b84c450e9596f889545806d4060b2d19852ace9f3c25fd59de14607dbcbf7810c252c352542ced5383
7
- data.tar.gz: 5d37cfde92eee0bfa8cfe158fa5a511099cf2f5f4f72fba74eade39666fd09d6ac15b050488ff98de6a17284d6dce13dbf3ce9a047bab921290fd2d7d159266c
6
+ metadata.gz: 47a62689bdcefb7d1ac08072e846af0be500e93356be775d4828d72197b6da7561b3f1f693d5067d32ee137cb7575bb83c4d055c3de95ea78247039a46e8e8c1
7
+ data.tar.gz: cc9587bd58578ae997b74fc7fc0681aefb6aeeddcc7247fb7d6b02127057913900f02e8ca4663b04f24fd0b206801daf76d151464b2120fba6d883d97e88011a
@@ -62,8 +62,8 @@ module Hoss
62
62
  option :hostname, type: :string
63
63
  option :http_compression, type: :bool, default: true
64
64
  option :instrument, type: :bool, default: true
65
- option :log_level, type: :int, default: Logger::DEBUG
66
- option :log_path, type: :string, default: '-'
65
+ option :log_level, type: :int, default: Logger::WARN
66
+ option :log_path, type: :string
67
67
  option :pool_size, type: :int, default: 1
68
68
  option :proxy_address, type: :string
69
69
  option :proxy_headers, type: :dict
@@ -18,5 +18,5 @@
18
18
  # frozen_string_literal: true
19
19
 
20
20
  module Hoss
21
- VERSION = '1.0.1'
21
+ VERSION = '1.0.2'
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hoss-agent
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cameron Cooper