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 f8a89e2 commit 201fc57Copy full SHA for 201fc57
apps/webapp/app/v3/machinePresets.server.ts
@@ -6,7 +6,7 @@ export function machinePresetFromConfig(config: unknown): MachinePreset {
6
const parsedConfig = MachineConfig.safeParse(config);
7
8
if (!parsedConfig.success) {
9
- logger.error("Failed to parse machine config", { config });
+ logger.info("Failed to parse machine config", { config });
10
11
return machinePresetFromName("small-1x");
12
}
0 commit comments