hide IP addresses in log
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -38,7 +38,7 @@ public class TimeZoneServiceImpl implements TimeZoneService {
|
||||
.body(IpifyResponse.class);
|
||||
result = Objects.requireNonNull(response).ip();
|
||||
}
|
||||
log.info("IP Address: {}", result);
|
||||
log.debug("IP Address: {}", result);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user