Skip to content

Commit

Permalink
add logger
Browse files Browse the repository at this point in the history
  • Loading branch information
DiaZork committed Jan 29, 2025
1 parent 8fa2fa8 commit 9f1638a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ private ResponseEntity<JSONObject> handleBoundingBox(
Zone zone = entry.getValue();
total += zone.getNumberProjects();
}
logger.info("Found {} projects in the region at zoom {}", total, zoom);
if (total < 2000) {
return createResponse(tmp, search, language, granularityRegion, timeout);
}
Expand Down

0 comments on commit 9f1638a

Please sign in to comment.