From 85a730cf6f494d7631cb76a18196c38cd1e653aa Mon Sep 17 00:00:00 2001 From: inseo Date: Wed, 3 Jan 2024 10:48:19 +0900 Subject: [PATCH] =?UTF-8?q?logging:=20=EB=AF=B8=EC=9A=94=EC=B2=AD=20?= =?UTF-8?q?=EC=9C=A0=EC=A0=80=20=EC=BF=BC=EB=A6=AC=20=EB=B0=9C=EC=83=9D=20?= =?UTF-8?q?=EC=9B=90=EC=9D=B8=20=ED=8C=8C=EC=95=85=EC=9D=84=20=EC=9C=84?= =?UTF-8?q?=ED=95=B4=20=EB=B0=B0=ED=8F=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SouP/src/main/resources/application.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SouP/src/main/resources/application.properties b/SouP/src/main/resources/application.properties index ada8987..452f9f3 100644 --- a/SouP/src/main/resources/application.properties +++ b/SouP/src/main/resources/application.properties @@ -1 +1,3 @@ -spring.profiles.include=oauth, real, real-db \ No newline at end of file +spring.profiles.include=oauth, real, real-db +logging.level.org.hibernate.type.descriptor.sql=trace +spring.jpa.properties.hibernate.format_sql=true \ No newline at end of file