From 8593dd8a0ffb32772758ee50b223138687a24103 Mon Sep 17 00:00:00 2001 From: wingyou Date: Sun, 7 Apr 2024 20:31:32 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20dev=20=EB=A1=9C=EA=B7=B8=20=EB=A0=88?= =?UTF-8?q?=EB=B2=A8=20=EB=98=90=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties index c03bee7..daf73cd 100644 --- a/src/main/resources/application-dev.properties +++ b/src/main/resources/application-dev.properties @@ -29,4 +29,4 @@ cloud.aws.region.auto=false cloud.aws.stack.auto=false # Log level configuration -logging.level.kr.tgwing.tech=TRACE \ No newline at end of file +logging.level.root=TRACE \ No newline at end of file