From 15ac0fa2a27f214bcf78aab480a0b809a69bd09d Mon Sep 17 00:00:00 2001 From: curry772 Date: Fri, 10 Jul 2026 10:11:46 +0900 Subject: [PATCH] =?UTF-8?q?BigTech=20=EC=96=B4=EB=8C=91=ED=84=B0=20?= =?UTF-8?q?=EB=A1=9C=EA=B7=B8=20=EC=B6=9C=EB=A0=A5=20=EB=B6=80=EB=B6=84=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../impl/HttpClient5AdapterServiceBigTech.java | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/main/java/com/eactive/eai/custom/adapter/http/client/impl/HttpClient5AdapterServiceBigTech.java b/src/main/java/com/eactive/eai/custom/adapter/http/client/impl/HttpClient5AdapterServiceBigTech.java index beef122..d5b8f0d 100644 --- a/src/main/java/com/eactive/eai/custom/adapter/http/client/impl/HttpClient5AdapterServiceBigTech.java +++ b/src/main/java/com/eactive/eai/custom/adapter/http/client/impl/HttpClient5AdapterServiceBigTech.java @@ -84,13 +84,14 @@ public class HttpClient5AdapterServiceBigTech extends HttpClient5AdapterServiceR String timestamp = System.currentTimeMillis() + ""; String accessKey = customProp.getProperty("_BTP_ACCESS_KEY", _BTP_ACCESS_KEY); String secretKey = customProp.getProperty("_BTP_SECRET_KEY", _BTP_SECRET_KEY); - - logger.debug("charset={}", charset); - logger.debug("algorithm={}", algorithm); - logger.debug("timestamp={}", timestamp); - logger.debug("accessKey={}", accessKey); - logger.debug("secretKey={}", MaskingUtils.maskPassword(secretKey)); - logger.debug("url={}", method.getRequestUri()); + if(logger.isDebug()) { + logger.debug("charset={}", charset); + logger.debug("algorithm={}", algorithm); + logger.debug("timestamp={}", timestamp); + logger.debug("accessKey={}", accessKey); + logger.debug("secretKey={}", MaskingUtils.maskPassword(secretKey)); + logger.debug("url={}", method.getRequestUri()); + } String signature = macHex(charset// charset , algorithm// algorithm