Skip to content

Commit ed8f5e1

Browse files
authored
fix(webapp): stop logging every environment on a lookup miss (#4402)
1 parent 878c158 commit ed8f5e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/webapp/app/presenters/OrganizationsPresenter.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ export class OrganizationsPresenter {
235235
if (!env) {
236236
logger.info("Not Found: environment", {
237237
environmentSlug,
238-
environments,
238+
environmentCount: environments.length,
239239
});
240240
}
241241
}

0 commit comments

Comments
 (0)