nexus_semantic_logger 1.5.1 → 1.5.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 +4 -4
- data/lib/nexus_semantic_logger/application.rb +1 -1
- data/lib/nexus_semantic_logger/version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9e74f4e72146013e14421cf709b9b860d9622bd0d58fc97ab62247ddb178affa
|
|
4
|
+
data.tar.gz: 23b2ee01a27e6241f935683e5936be28f3bd3315333543e7d282297430c06705
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dcdf816787d76b0654ad15ea9037313d7e2191b8a9a63205688d8cd57c8a02b012ca6d774cbbe65b95a8880eb501570c7ea90abbfb6fb1d01b1ad09a771d5a29
|
|
7
|
+
data.tar.gz: b3832e656d55275dac6cb57a96be98cde15ed57f9ec4e07005661c76c14d9428ed0f4c51b411517aa8a41c18f9a747c806e1c7cf028d645a71a6ded67558d75d
|
|
@@ -7,7 +7,7 @@ module NexusSemanticLogger
|
|
|
7
7
|
|
|
8
8
|
def self.common(config, service)
|
|
9
9
|
# Set a safe logging level which individual environments can make more verbose if needed.
|
|
10
|
-
config.log_level = ENV.fetch('LOG_LEVEL', '
|
|
10
|
+
config.log_level = ENV.fetch('LOG_LEVEL', 'WARN')
|
|
11
11
|
|
|
12
12
|
# semanticlogger ddtrace correlation.
|
|
13
13
|
# From https://github.com/DataDog/dd-trace-rb/issues/1450
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
module NexusSemanticLogger
|
|
3
|
-
# Leave this as 1.5.
|
|
4
|
-
VERSION = '1.5.
|
|
3
|
+
# Leave this as 1.5.2 in order for CI process to replace with the tagged version.
|
|
4
|
+
VERSION = '1.5.2'
|
|
5
5
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nexus_semantic_logger
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.5.
|
|
4
|
+
version: 1.5.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Johnathon Harris
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-10-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: amazing_print
|