We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca6aa1 commit fc33dfbCopy full SHA for fc33dfb
1 file changed
packages/agent/src/handoff-checkpoint.ts
@@ -128,7 +128,7 @@ export class HandoffCheckpointTracker {
128
!!capture.headPack && !uploads.pack?.storagePath;
129
const indexUploadMissing = !uploads.index?.storagePath;
130
if (packUploadMissing || indexUploadMissing) {
131
- this.logger.warn(
+ this.logger.debug(
132
"Discarding handoff checkpoint: required artifact uploads did not complete",
133
{
134
checkpointId: capture.checkpoint.checkpointId,
@@ -245,7 +245,7 @@ export class HandoffCheckpointTracker {
245
246
const content = await readFile(filePath);
247
if (content.byteLength > MAX_ARTIFACT_UPLOAD_BYTES) {
248
249
"Skipping handoff artifact upload: file exceeds the artifact size limit",
250
251
name,
0 commit comments