From 7b5aebf42e65b05c66a1fde2fc1c9818757e04ef Mon Sep 17 00:00:00 2001 From: xuexinpeng Date: Thu, 2 Dec 2021 16:56:38 +0800 Subject: [PATCH] log --- .../java/com/ljsd/controller/GetServerListController.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/ljsd/controller/GetServerListController.java b/src/main/java/com/ljsd/controller/GetServerListController.java index c8419ca..0f5fb83 100644 --- a/src/main/java/com/ljsd/controller/GetServerListController.java +++ b/src/main/java/com/ljsd/controller/GetServerListController.java @@ -50,12 +50,12 @@ public class GetServerListController extends HttpServlet { String sub_channel = request.getParameter("sub_channel"); String server_version = request.getParameter("server_version"); String plat = request.getParameter("plat"); - LOGGER.error("channel0"+channel); + LOGGER.info("channel0={}",channel); if(channel.equals("QUICK2")){ channel ="QUICK"; - LOGGER.error("channel1"+channel); + LOGGER.info("channel1={}",channel); } - LOGGER.error("channel2"+channel); + LOGGER.info("channel2={}",channel); if (StringUtils.checkIsEmpty(openId) || StringUtils.checkIsEmpty(channel) || StringUtils.checkIsEmpty(sub_channel) || StringUtils.checkIsEmpty(plat) || StringUtils.checkIsEmpty(server_version)) { response.sendError(400, "parm is wrong");