실태조사 적합여부 log 추가
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -110,10 +110,12 @@ public class GukYuinApiStbltJobService {
|
|||||||
RlbDtctDto result = gukYuinApiService.findRlbDtctList(uid, targetDate, "Y");
|
RlbDtctDto result = gukYuinApiService.findRlbDtctList(uid, targetDate, "Y");
|
||||||
long apiEnd = System.currentTimeMillis();
|
long apiEnd = System.currentTimeMillis();
|
||||||
|
|
||||||
try {
|
if (result != null) {
|
||||||
log.info("[Step 3-2] API result JSON : {}", objectMapper.writeValueAsString(result));
|
log.info(
|
||||||
} catch (Exception e) {
|
"[Step 3-2] API result code={}, message={}, resultSize={}",
|
||||||
log.error("result json convert error", e);
|
result.getCode(),
|
||||||
|
result.getMessage(),
|
||||||
|
result.getResult() == null ? 0 : result.getResult().size());
|
||||||
}
|
}
|
||||||
|
|
||||||
int resultSize =
|
int resultSize =
|
||||||
|
|||||||
Reference in New Issue
Block a user