Browse Source

增加日志

xueyiming 3 days ago
parent
commit
8d6b3654c2

+ 1 - 1
ad-engine-commons/src/main/java/com/tzld/piaoquan/ad/engine/commons/score/model/PAIModelV1.java

@@ -132,7 +132,7 @@ public class PAIModelV1 {
             map.putAll(items.get(0).getFeatureMap());
             map.putAll(userFeatureMap);
             map.putAll(sceneFeatureMap);
-            LOGGER.info("PAIModelV1 allFeature={}", map);
+            LOGGER.info("PAIModelV1 allFeature={}", JSON.toJSONString(map));
             TFRequest request = new TFRequest();
 
             for (String feature : sparseUserStrFeatures) {