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 a3f6d96 commit 38518b6Copy full SHA for 38518b6
apps/webapp/app/models/runtimeEnvironment.server.ts
@@ -37,7 +37,7 @@ export async function findEnvironmentByApiKey(
37
38
if (environment.type === "PREVIEW") {
39
if (!branchName) {
40
- logger.error("findEnvironmentByApiKey(): Preview env with no branch name provided", {
+ logger.warn("findEnvironmentByApiKey(): Preview env with no branch name provided", {
41
environmentId: environment.id,
42
});
43
return null;
0 commit comments