@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/cjs/index.js CHANGED
@@ -34004,7 +34004,7 @@ let JobDispatchHandler = JobDispatchHandler_1 = class JobDispatchHandler {
34004
34004
  status: exports.JobStatus.InitializationError,
34005
34005
  error: `${e.message} -> \n\n ${e.stack}`,
34006
34006
  });
34007
- this.logger.error(`JOB DISPATCH -> error dispatching job ${job.uid} -> ${instanceId}`, e);
34007
+ this.logger.exception(`JOB DISPATCH -> error dispatching job ${job.uid} -> ${instanceId}`, e);
34008
34008
  }
34009
34009
  }
34010
34010
  };