@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.js CHANGED
@@ -15029,7 +15029,6 @@ var LoggerContextMiddleware = class {
15029
15029
  mutableReq.requestId = requestId;
15030
15030
  mutableReq.id = requestId;
15031
15031
  res.setHeader("x-log-trace-id", requestId);
15032
- console.log("csh LoggerContextMiddleware", requestId, path, req.method, userContext);
15033
15032
  this.requestContext.run({
15034
15033
  requestId,
15035
15034
  path,