Commit 485a6ec8 authored by 宋新宇's avatar 宋新宇

dyvideo加日志

parent 0b7f0992
......@@ -330,7 +330,7 @@ public class DyVideoUniversalProcess extends UniversalProcess {
DYVIDEO_ERROR_LOG.error("dyvideo upload user fail,result={},videoUpload={}",JSONObject.toJSONString(result),JSONObject.toJSONString(videoUpload));
}
} catch (Throwable e) {
DYVIDEO_ERROR_LOG.error("dyvideo upload user error,videoUpload={}",JSONObject.toJSONString(videoUpload));
DYVIDEO_ERROR_LOG.error("dyvideo upload user error,videoUpload={}",JSONObject.toJSONString(videoUpload),e);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment