Commit ac2fc68d authored by 技术部-任文超's avatar 技术部-任文超

更正日志

parent 1109be8c
...@@ -179,8 +179,8 @@ public class LockIpv4Controller implements IBaseController { ...@@ -179,8 +179,8 @@ public class LockIpv4Controller implements IBaseController {
redisTemplate.opsForSet().remove(Constants.IPV4_LOCK_WHITE, ip); redisTemplate.opsForSet().remove(Constants.IPV4_LOCK_WHITE, ip);
LOGGER.info("Lock_ipv4: remove white-list item Success, ip:{}", ip); LOGGER.info("Lock_ipv4: remove white-list item Success, ip:{}", ip);
} }
LOGGER.info("Lock_ipv4: white-list:{},black-list:{}", JSONObject.toJSON(redisTemplate.opsForSet().members(Constants.IPV4_LOCK_WHITE)), JSONObject.toJSON(redisTemplate.opsForSet().members(Constants.IPV4_LOCK_BLACK)));
} }
LOGGER.info("Lock_ipv4: white-list:{},black-list:{}", JSONObject.toJSON(redisTemplate.opsForSet().members(Constants.IPV4_LOCK_WHITE)), JSONObject.toJSON(redisTemplate.opsForSet().members(Constants.IPV4_LOCK_BLACK)));
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment