Skip to content

Commit fcaec8a

Browse files
committed
Don't log an error when the snapshot shouldn't be created, it's normal for this to happen
1 parent 471c960 commit fcaec8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal-packages/run-engine/src/engine/systems/checkpointSystem.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export class CheckpointSystem {
6262
snapshot.executionStatus === "QUEUED_EXECUTING");
6363

6464
if (!isValidSnapshot) {
65-
this.$.logger.error("Tried to createCheckpoint on an invalid snapshot", {
65+
this.$.logger.info("Tried to createCheckpoint on an invalid snapshot", {
6666
snapshot,
6767
snapshotId,
6868
});

0 commit comments

Comments
 (0)