fix(webapp): stop logging every environment on a lookup miss (#4402)
This commit is contained in:
@@ -235,7 +235,7 @@ export class OrganizationsPresenter {
|
||||
if (!env) {
|
||||
logger.info("Not Found: environment", {
|
||||
environmentSlug,
|
||||
environments,
|
||||
environmentCount: environments.length,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user