From 9454b49eeabd56894550f1419f14e96f9d10c2ef Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期六, 02 二月 2019 13:15:51 +0800
Subject: [PATCH] 调整日志信息

---
 ConsoleService/src/main/java/com/java110/console/rest/LoginRest.java |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/ConsoleService/src/main/java/com/java110/console/rest/LoginRest.java b/ConsoleService/src/main/java/com/java110/console/rest/LoginRest.java
index 3974a31..6d79988 100644
--- a/ConsoleService/src/main/java/com/java110/console/rest/LoginRest.java
+++ b/ConsoleService/src/main/java/com/java110/console/rest/LoginRest.java
@@ -6,6 +6,8 @@
 import com.java110.console.smo.IConsoleServiceSMO;
 import com.java110.core.base.controller.BaseController;
 import com.java110.entity.service.PageData;
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.web.bind.annotation.RequestMapping;
 import org.springframework.web.bind.annotation.RequestMethod;
@@ -19,6 +21,7 @@
 @RestController
 public class LoginRest extends BaseController {
 
+    private final static Logger logger = LoggerFactory.getLogger(LoginRest.class);
 
     @Autowired
     private IConsoleServiceSMO consoleServiceSMOImpl;

--
Gitblit v1.8.0