OBP GwMetric 조회 로그 수정

This commit is contained in:
Rinjae
2026-02-04 18:10:33 +09:00
parent 1222a3b013
commit 809b271ba5
@@ -60,7 +60,7 @@ public class ObpGwMetricController extends BaseRestController {
@PathVariable("providerCode") String providerCode,
@RequestParam(value = "pretty", required = false) Boolean pretty) {
log.debug("GwMetric after-timeslice 조회 요청 (v2): timeslice={}, providerCode={}, pretty={}",
log.debug("GwMetric after-timeslice 조회 요청: timeslice={}, providerCode={}, pretty={}",
timeslice, providerCode, pretty);
long startTime = System.currentTimeMillis();