Skip to content

Commit 201fc57

Browse files
committed
"Failed to parse machine config" for v3
1 parent f8a89e2 commit 201fc57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/v3/machinePresets.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export function machinePresetFromConfig(config: unknown): MachinePreset {
66
const parsedConfig = MachineConfig.safeParse(config);
77

88
if (!parsedConfig.success) {
9-
logger.error("Failed to parse machine config", { config });
9+
logger.info("Failed to parse machine config", { config });
1010

1111
return machinePresetFromName("small-1x");
1212
}

0 commit comments

Comments
 (0)