Commit 2a7c0810f7b917c0418382350528588edb914e1e
1 parent
fd10794bce
Exists in
master
and in
6 other branches
update code
Showing 1 changed file with 2 additions and 1 deletions
platform-msg-generate/src/main/java/com/lyms/platform/msg/utils/HelperUtils.java
View file @
2a7c081
... | ... | @@ -25,6 +25,7 @@ |
25 | 25 | public class HelperUtils { |
26 | 26 | |
27 | 27 | private static final Logger logger = LoggerFactory.getLogger(HelperUtils.class); |
28 | + private static final Logger resultLog = LoggerFactory.getLogger("GEN-RESULT"); | |
28 | 29 | |
29 | 30 | public static int getWeekNum(List<String> guideTimes,String week) |
30 | 31 | { |
... | ... | @@ -79,7 +80,7 @@ |
79 | 80 | request.setKeyword2(keyWord2); |
80 | 81 | request.setRemark(remark); |
81 | 82 | |
82 | - logger.info("msg info = "+request.toString()); | |
83 | + resultLog.info("msg result = "+request.toString()); | |
83 | 84 | |
84 | 85 | return request; |
85 | 86 | } |