@aspecto/logger
Advanced tools
Comparing version
@@ -67,10 +67,15 @@ "use strict"; | ||
const productionLogger = (level, outputAs, message, extra) => { | ||
var _a, _b; | ||
var _a, _b, _c, _d; | ||
if (level === types_1.LogLevel.Debug || level === types_1.LogLevel.Trace) | ||
return; | ||
let contextTraceId; | ||
let contextSpanId; | ||
let sampled; | ||
try { | ||
contextTraceId = (_b = (_a = getContext) === null || _a === void 0 ? void 0 : _a()) === null || _b === void 0 ? void 0 : _b.traceId; | ||
const context = (_a = getContext) === null || _a === void 0 ? void 0 : _a(); | ||
contextTraceId = (_b = context) === null || _b === void 0 ? void 0 : _b.traceId; | ||
contextSpanId = (_c = context) === null || _c === void 0 ? void 0 : _c.spanId; | ||
sampled = (_d = context) === null || _d === void 0 ? void 0 : _d.sampled; | ||
} | ||
catch (_c) { } | ||
catch (_e) { } | ||
const log = { | ||
@@ -81,2 +86,4 @@ level, | ||
contextTraceId, | ||
contextSpanId, | ||
sampled, | ||
}; | ||
@@ -83,0 +90,0 @@ if (extra instanceof Error) { |
{ | ||
"name": "@aspecto/logger", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "", | ||
@@ -21,3 +21,3 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@aspecto/opentelemetry": "^0.0.92", | ||
"@aspecto/opentelemetry": "^0.0.134", | ||
"@aspecto/prettier-config": "^0.0.1", | ||
@@ -24,0 +24,0 @@ "@types/jest": "^25.1.1", |
Sorry, the diff of this file is not supported yet
16859
2.82%239
3.02%