Commit 0a05bca81a87ddf865452c49767dc7f241773fed
1 parent
deb8a5d9
打印
Showing
1 changed file
with
1 additions
and
1 deletions
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 | //金山 | ... | ... |