atatus 2.0.0 → 2.0.1

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: 454ba0ab877ac91b387bb0d4b3355494c2707a56634cd97774b0bcdb3e2194a6
4
- data.tar.gz: dc8b8beca08a3a6ecc278c999d48ea7c316ac1fe8f5a221cd32df8a0bcd37262
3
+ metadata.gz: c826023bc77c8c0812bb37c3fd85398c7510dbf012c3f5aa96380a79debad62a
4
+ data.tar.gz: 4e4057a1aea0ec24664b8684b9e01768c902632c3b60e7cb5f13d923a7a177f2
5
5
  SHA512:
6
- metadata.gz: 8377d4e174399b782592ce39b48ca738a806a8b881fe045cb3586cdc232d1f9d29a3f99ec02ab27cddd8c84a3c250b9bf35ac1f1bbb5f82c94a4d7fb8f7db661
7
- data.tar.gz: 6bc01e9bec29bf52a0910abc465cbee55ca8c17dbd9bee531028d8ade630fa91517b06493c928aecfdd7cccee0bbc88cfeeff6ee143c758aec2e606d2f830367
6
+ metadata.gz: 5896404c1ff48e0db977fa886d62f1a74a361e2667b595686229000e15e8faecacab5f159d5ae40dac593e1283ecbe07be116342d97bc9327400779647ec727f
7
+ data.tar.gz: de62b1b3afa2366e65b6062a44c03fa819b086809cb44b22d3b5436a53e54c91d20afa613a2cb8703e8b112e7173430a8fc267e6aea9413f35715ec3a066298e
data/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## 2.0.1 (Mon, 12 Feb 2024)
8
+
9
+ - Fixed default logger to use Rails Logger instead of stdout
10
+
11
+
7
12
  ## 2.0.0 (Fri, 19 Jan 2024)
8
13
 
9
14
  - Change the instrumentation method to prepend mode.
data/lib/atatus/config.rb CHANGED
@@ -82,7 +82,7 @@ module Atatus
82
82
  option :instrumented_rake_tasks, type: :list, default: []
83
83
  option :log_ecs_reformatting, type: :string, default: 'off'
84
84
  option :log_level, type: :int, default: Logger::INFO, converter: LogLevelMap.new
85
- option :log_path, type: :string, default: '-'
85
+ option :log_path, type: :string
86
86
  option :metrics_interval, type: :int, default: '30s', converter: Duration.new
87
87
  option :pool_size, type: :int, default: 1
88
88
  option :proxy_address, type: :string
@@ -19,5 +19,5 @@
19
19
 
20
20
  module Atatus
21
21
  AGENT_NAME = 'Ruby'
22
- VERSION = '2.0.0'
22
+ VERSION = '2.0.1'
23
23
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atatus
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Atatus
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-19 00:00:00.000000000 Z
11
+ date: 2024-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: concurrent-ruby