@lark-apaas/nestjs-logger 1.0.2-alpha.2 → 1.0.2-alpha.4
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -14604,7 +14604,7 @@ var BasePinoLogger = class _BasePinoLogger {
|
|
|
14604
14604
|
} else {
|
|
14605
14605
|
this.logger[pinoLevel](sanitizedPayload);
|
|
14606
14606
|
}
|
|
14607
|
-
this.otelLogger.log(level, messageText ?? "",
|
|
14607
|
+
this.otelLogger.log(level, messageText ?? "", optionalParams?.[0] ?? {});
|
|
14608
14608
|
}
|
|
14609
14609
|
extractOptionalParams(optionalParams, treatStack) {
|
|
14610
14610
|
const params = [
|