From 7a1b47dc63b94a866dbf786947ba129212c7b8e7 Mon Sep 17 00:00:00 2001 From: daeun084 <030804jk@naver.com> Date: Mon, 18 Nov 2024 22:19:51 +0900 Subject: [PATCH] chore: webClient logging off --- src/main/resources/application.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 92e7016..6a318e0 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -13,4 +13,5 @@ spring: logging: level: - org.springframework.web: DEBUG \ No newline at end of file + org.springframework.web: DEBUG + org.springframework.web.client.DefaultRestClient: OFF \ No newline at end of file