testa_logger 0.1.29 → 0.1.30
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 +4 -4
- data/Gemfile.lock +3 -3
- data/lib/testa_logger/logger/dispatcher.rb +1 -0
- data/lib/testa_logger/version.rb +1 -1
- data/logger.iml +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b4120173807ff19d4c5c339c41e05081c58cda382a97b4b826137405946dd460
|
4
|
+
data.tar.gz: b4ff44a72f61c862be0a54fe18b0e94b962b9524b6b2abd51af076869351f4a4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c2cd2f905a99d3c2155f15ee6a8c3bc3db3c74f3dff0a7a77d62b066d2b83ffc76a2828a3661217287be40cb6177d39903bc993db3c1162aede757bab673490a
|
7
|
+
data.tar.gz: b22fb4a702607be84748a771bce82030a742c8dfca09967dc324aa900b8bafefb1a0b30d9edac99215e37d0aebb8a2ceb7a01ba7dd586ba7f3dcff4ede510c87
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
testa_logger (0.1.
|
4
|
+
testa_logger (0.1.30)
|
5
5
|
activesupport
|
6
6
|
awesome_print
|
7
7
|
aws-sdk-s3
|
@@ -20,8 +20,8 @@ GEM
|
|
20
20
|
ast (2.4.2)
|
21
21
|
awesome_print (1.9.2)
|
22
22
|
aws-eventstream (1.2.0)
|
23
|
-
aws-partitions (1.
|
24
|
-
aws-sdk-core (3.
|
23
|
+
aws-partitions (1.626.0)
|
24
|
+
aws-sdk-core (3.141.0)
|
25
25
|
aws-eventstream (~> 1, >= 1.0.2)
|
26
26
|
aws-partitions (~> 1, >= 1.525.0)
|
27
27
|
aws-sigv4 (~> 1.1)
|
@@ -12,6 +12,7 @@ module TestaLogger
|
|
12
12
|
@http = Net::HTTP.new(@uri.host, @uri.port)
|
13
13
|
@http.read_timeout = 10
|
14
14
|
@http.open_timeout = 10
|
15
|
+
@http.use_ssl = true if @uri.scheme == "https"
|
15
16
|
@faye_token = faye_token
|
16
17
|
@channel = "/logs/live/#{logger.app}/#{logger.group}"
|
17
18
|
@channel += "/#{logger.subgroup}" unless logger.subgroup.nil?
|
data/lib/testa_logger/version.rb
CHANGED
data/logger.iml
CHANGED
@@ -11,8 +11,8 @@
|
|
11
11
|
<orderEntry type="library" scope="PROVIDED" name="ast (v2.4.2, RVM: ruby-2.7.6) [gem]" level="application" />
|
12
12
|
<orderEntry type="library" scope="PROVIDED" name="awesome_print (v1.9.2, RVM: ruby-2.7.6) [gem]" level="application" />
|
13
13
|
<orderEntry type="library" scope="PROVIDED" name="aws-eventstream (v1.2.0, RVM: ruby-2.7.6) [gem]" level="application" />
|
14
|
-
<orderEntry type="library" scope="PROVIDED" name="aws-partitions (v1.
|
15
|
-
<orderEntry type="library" scope="PROVIDED" name="aws-sdk-core (v3.
|
14
|
+
<orderEntry type="library" scope="PROVIDED" name="aws-partitions (v1.624.0, RVM: ruby-2.7.6) [gem]" level="application" />
|
15
|
+
<orderEntry type="library" scope="PROVIDED" name="aws-sdk-core (v3.137.0, RVM: ruby-2.7.6) [gem]" level="application" />
|
16
16
|
<orderEntry type="library" scope="PROVIDED" name="aws-sdk-kms (v1.58.0, RVM: ruby-2.7.6) [gem]" level="application" />
|
17
17
|
<orderEntry type="library" scope="PROVIDED" name="aws-sdk-s3 (v1.114.0, RVM: ruby-2.7.6) [gem]" level="application" />
|
18
18
|
<orderEntry type="library" scope="PROVIDED" name="aws-sigv4 (v1.5.1, RVM: ruby-2.7.6) [gem]" level="application" />
|