Skip to content

Commit

Permalink
Issue 30070 (#30101)
Browse files Browse the repository at this point in the history
Changing log to debub

---------

Co-authored-by: Daniel Silva <[email protected]>
  • Loading branch information
jdotcms and dsilvam authored Sep 25, 2024
1 parent 15a0421 commit 0ffb30f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ private String lookupCountry(HttpServletRequest request) {
try {
country = geoIp2Util.getCountryIsoCode(ipAddress);
} catch (IOException | GeoIp2Exception e) {
Logger.error(this, "Could not look up country for request. Using 'unknown': " + request.getRequestURL());
Logger.debug(this, "Could not look up country for request. Using 'unknown': " + request.getRequestURL());
}
return country;
}
Expand Down

0 comments on commit 0ffb30f

Please sign in to comment.