@lark-apaas/nestjs-logger 1.0.6-alpha.2 → 1.0.7
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 +3 -3
package/dist/index.cjs
CHANGED
|
@@ -9289,7 +9289,7 @@ var BasePinoLogger = class _BasePinoLogger {
|
|
|
9289
9289
|
const isTriggerLog = firstParam?.module === "trigger";
|
|
9290
9290
|
const platformModule = isTriggerLog ? "trigger" : firstParam?.paas_attributes_module;
|
|
9291
9291
|
if (process.env.NODE_ENV === "development") {
|
|
9292
|
-
if (platformModule) {
|
|
9292
|
+
if (platformModule && !isTriggerLog) {
|
|
9293
9293
|
return;
|
|
9294
9294
|
}
|
|
9295
9295
|
if (messageText) {
|