@lark-apaas/nestjs-logger 1.0.2-alpha.7 → 1.0.2-alpha.8

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 CHANGED
@@ -15041,7 +15041,6 @@ var LoggerContextMiddleware = class {
15041
15041
  mutableReq.requestId = requestId;
15042
15042
  mutableReq.id = requestId;
15043
15043
  res.setHeader("x-log-trace-id", requestId);
15044
- console.log("csh LoggerContextMiddleware", requestId, path, req.method, userContext);
15045
15044
  this.requestContext.run({
15046
15045
  requestId,
15047
15046
  path,