@nsshunt/stsobservability 1.0.23 → 1.0.24
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.
|
@@ -1059,8 +1059,9 @@ class InstrumentLog extends InstrumentBase {
|
|
|
1059
1059
|
if (__privateGet(this, _copy3)) {
|
|
1060
1060
|
throw new Error("Cannot add log messages from the copy version of this class.");
|
|
1061
1061
|
}
|
|
1062
|
-
if (__privateGet(this, _consoleLogging) === true)
|
|
1063
|
-
;
|
|
1062
|
+
if (__privateGet(this, _consoleLogging) === true) {
|
|
1063
|
+
console.log(message);
|
|
1064
|
+
}
|
|
1064
1065
|
if (__privateGet(this, _instrumentLogging) === false) {
|
|
1065
1066
|
return;
|
|
1066
1067
|
}
|
|
@@ -5085,7 +5086,7 @@ var influxDBDataType = /* @__PURE__ */ ((influxDBDataType2) => {
|
|
|
5085
5086
|
})(influxDBDataType || {});
|
|
5086
5087
|
const instrumentationObservationInterval = 1e3;
|
|
5087
5088
|
const instrumentationTimeWindow = 600;
|
|
5088
|
-
const consoleLogging =
|
|
5089
|
+
const consoleLogging = false;
|
|
5089
5090
|
const instrumentLogging = true;
|
|
5090
5091
|
const globalServiceDefinitions = {
|
|
5091
5092
|
coreFieldList: [
|