|
@@ -71,7 +71,7 @@ public class IPUtils {
|
|
if (!StringUtils.isEmpty(ip) && ip.indexOf(IP_UTILS_FLAG) > 0) {
|
|
if (!StringUtils.isEmpty(ip) && ip.indexOf(IP_UTILS_FLAG) > 0) {
|
|
ip = ip.substring(0, ip.indexOf(IP_UTILS_FLAG));
|
|
ip = ip.substring(0, ip.indexOf(IP_UTILS_FLAG));
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ logger.info("getIpAddr method end, ip: {}", ip);
|
|
return ip;
|
|
return ip;
|
|
}
|
|
}
|
|
|
|
|