Project

General

Profile

Actions

New Function #282

closed

[ADMIN/API] 로그(log)

Added by Deca Park 9 months ago. Updated 9 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Start date:
12/20/2023
Due date:
% Done:

0%

Estimated time:
Spent time:

Description

[API] PGPaymentService

1.processPayConfirm()
  - currently, success/fail log is created
2.processCancelPayment()
  - leave success/fail log like processPayConfirm()
  1) success
    log.info("[PG cancel API] success - paymentKey: " + paymentKey +
              ", orderId: " + orderId);
  2) fail
    log.error("[PG cancel API] fail - paymentKey: " + paymentKey
              + ", orderId: " + orderId +
              ", error code: " + pgPaymentResult.getCode() +
              ", error message: " + pgPaymentResult.getMessage());

[ADMIN] PGPaymentService

1.processPayConfirm()
  processCancelPayment()
  - leave success/fail log like [API]

[ADMIN/API] sendPushMessage()

1.REMOVE
  log.info("user push rcv buy={}", user.getPushRcvBuy());
2.change log
  1) As-is
    - log.info("send push...");
  2) To-be
    - log.info("[Send Push] : pushType=buy, targetUserSeq={user_seq}, orderNo={orderNo}, smartOrderStatus={smartOrderStatus}"

Actions

Also available in: Atom PDF