Commit 0a05bca81a87ddf865452c49767dc7f241773fed

Authored by liwei2917
1 parent deb8a5d9

打印

src/main/java/com/cnlive/shenhe/api/VideosControllerApi.java
... ... @@ -190,7 +190,7 @@ public class VideosControllerApi {
190 190 }
191 191  
192 192 attach.put("duration", video.getDuration());
193   - logger.info("抽帧attach参数:", attach.toJSONString());
  193 + logger.info("抽帧attach参数:attach:{}", attach);
194 194 extParam.put("domain", domian);
195 195 if (CommonConst.KS_PLAT == plat) {
196 196 //金山
... ...