REQ-3540: 添加日志
This commit is contained in:
parent
6ee8b647fb
commit
0c283e09f1
@ -103,7 +103,6 @@ public class OssClient {
|
||||
CommonResponse<FileRenameResponse> response = null;
|
||||
try {
|
||||
response = serverFileServiceApi.rename(request);
|
||||
BizAssertions.assertResponse(response);
|
||||
}
|
||||
finally {
|
||||
log.info("oss rename, request={}, response={}", JSON.toJSONString(request), JSON.toJSONString(response));
|
||||
@ -119,7 +118,6 @@ public class OssClient {
|
||||
CommonResponse<ServerFileBatchDeleteObjectResponse> response = null;
|
||||
try {
|
||||
response = serverFileServiceApi.batchDeleteObject(request);
|
||||
BizAssertions.assertResponse(response);
|
||||
}
|
||||
finally {
|
||||
log.info("oss delete, request={}, response={}", JSON.toJSONString(request), JSON.toJSONString(response));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user