@punks/backend-entity-manager 0.0.297 → 0.0.299

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/esm/index.js CHANGED
@@ -33989,7 +33989,7 @@ let JobDispatchHandler = JobDispatchHandler_1 = class JobDispatchHandler {
33989
33989
  status: JobStatus.InitializationError,
33990
33990
  error: `${e.message} -> \n\n ${e.stack}`,
33991
33991
  });
33992
- this.logger.error(`JOB DISPATCH -> error dispatching job ${job.uid} -> ${instanceId}`, e);
33992
+ this.logger.exception(`JOB DISPATCH -> error dispatching job ${job.uid} -> ${instanceId}`, e);
33993
33993
  }
33994
33994
  }
33995
33995
  };