From 4856c940e4d36b7f07dcce7b8dbfd1afb327f160 Mon Sep 17 00:00:00 2001 From: chanwoo7 Date: Mon, 16 Sep 2024 02:34:52 +0900 Subject: [PATCH] =?UTF-8?q?[chore]=20redis,=20lettuce=20=EB=A1=9C=EA=B9=85?= =?UTF-8?q?=20=EB=A0=88=EB=B2=A8=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index a5086dd..facfbff 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -66,8 +66,3 @@ jwt: refreshTokenExpireTime: ${REFRESH_TOKEN_EXPIRE_TIME} isLocal: ${IS_LOCAL} - -logging: - level: - org.springframework.data.redis: DEBUG - io.lettuce.core: DEBUG