REQ-3540: 添加日志

This commit is contained in:
yanglin 2025-03-17 14:37:59 +08:00
parent 6ee8b647fb
commit 0c283e09f1

View File

@ -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));