Commit a97ed8b44186ecbb14db66d2064f8f7a2caf7f58

Authored by jiangjiazhi
1 parent 1c6147534c

增加

Showing 1 changed file with 1 additions and 1 deletions

platform-common/src/main/java/com/lyms/platform/common/utils/LoginUtil.java View file @ a97ed8b
... ... @@ -14,7 +14,7 @@
14 14 import java.security.NoSuchAlgorithmException;
15 15  
16 16 public class LoginUtil {
17   - private static Logger logger = LoggerFactory.getLogger("DAL-MONITOR");
  17 + private static Logger logger = LoggerFactory.getLogger("HTTP-INVOKE");
18 18 public static LoginContext register(String phone, String token, String typeId) {
19 19 StopWatch stopWatch = new StopWatch("register");
20 20 stopWatch.start("init http client");