@lark-apaas/nestjs-logger 1.0.2-alpha.2 → 1.0.2-alpha.3
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.
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -14592,7 +14592,8 @@ var BasePinoLogger = class _BasePinoLogger {
|
|
|
14592
14592
|
} else {
|
|
14593
14593
|
this.logger[pinoLevel](sanitizedPayload);
|
|
14594
14594
|
}
|
|
14595
|
-
|
|
14595
|
+
console.log("csh sanitizedPayload111111111", optionalParams?.[0] ?? {});
|
|
14596
|
+
this.otelLogger.log(level, messageText ?? "", optionalParams?.[0] ?? {});
|
|
14596
14597
|
}
|
|
14597
14598
|
extractOptionalParams(optionalParams, treatStack) {
|
|
14598
14599
|
const params = [
|