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 2d36180 commit f8a89e2Copy full SHA for f8a89e2
internal-packages/run-engine/src/engine/machinePresets.ts
@@ -26,7 +26,7 @@ export function getMachinePreset({
26
const parsedConfig = MachineConfig.safeParse(config);
27
28
if (!parsedConfig.success) {
29
- logger.error("Failed to parse machine config", { config });
+ logger.info("Failed to parse machine config", { config });
30
31
return machinePresetFromName(machines, "small-1x");
32
}
0 commit comments