Skip to content

Commit

Permalink
log param for nearby
Browse files Browse the repository at this point in the history
  • Loading branch information
DiaZork committed Jan 23, 2025
1 parent 8fcd83f commit 9fb666e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ public ResponseEntity<JSONObject> geoIp(
@RequestParam(value = "useCluster", defaultValue = "false") boolean useCluster,
HttpServletRequest request
) throws Exception {
logger.info("Find coordinates of given IP");
logger.info("Find coordinates of given IP : {}, {}", language, useCluster);
String ip = httpReqRespUtils.getClientIpAddressIfServletRequestExist(request);
GeoIp.Coordinates coordinates2 = geoIp.compute(ip);
ResponseEntity<JSONObject> result = euSearchProjectMap(
Expand Down

0 comments on commit 9fb666e

Please sign in to comment.