Merge branch 'recall_config' into 0510
Showing
1 changed file
with
3 additions
and
3 deletions
@@ -107,9 +107,9 @@ public class UserRecallResponseBuilder { | @@ -107,9 +107,9 @@ public class UserRecallResponseBuilder { | ||
107 | } | 107 | } |
108 | 108 | ||
109 | private void logSknResultList(UserRecallRequest userRecallRequest, List<RecallSknInfo> sknList) { | 109 | private void logSknResultList(UserRecallRequest userRecallRequest, List<RecallSknInfo> sknList) { |
110 | - if (!userRecallRequest.openDetailLog()) { | ||
111 | - return; | ||
112 | - } | 110 | +// if (!userRecallRequest.openDetailLog()) { |
111 | +// return; | ||
112 | +// } | ||
113 | try { | 113 | try { |
114 | RECALL_NEW_LOGGER.info("total recall skn count after merger2 is [{}]", sknList.size()); | 114 | RECALL_NEW_LOGGER.info("total recall skn count after merger2 is [{}]", sknList.size()); |
115 | for (RecallSknInfo recallSknInfo : sknList) { | 115 | for (RecallSknInfo recallSknInfo : sknList) { |
-
Please register or login to post a comment