@posthog/agent 2.3.524 → 2.3.527

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.
@@ -6830,14 +6830,14 @@ var HandoffCheckpointTracker = class {
6830
6830
  });
6831
6831
  }
6832
6832
  logCaptureMetrics(checkpoint, uploads) {
6833
- this.logger.info("Captured handoff checkpoint", {
6833
+ this.logger.debug("Captured handoff checkpoint", {
6834
6834
  branch: checkpoint.branch,
6835
6835
  head: checkpoint.head?.slice(0, 7),
6836
6836
  totalBytes: this.sumRawBytes(uploads.pack, uploads.index)
6837
6837
  });
6838
6838
  }
6839
6839
  logApplyMetrics(checkpoint, _downloads, totalBytes) {
6840
- this.logger.info("Applied handoff checkpoint", {
6840
+ this.logger.debug("Applied handoff checkpoint", {
6841
6841
  branch: checkpoint.branch,
6842
6842
  head: checkpoint.head?.slice(0, 7),
6843
6843
  totalBytes