From 4426175f15bd2fc3f88380cc78cdfd9eeaa70979 Mon Sep 17 00:00:00 2001 From: YoungJun Park Date: Wed, 20 Oct 2021 23:57:12 +0900 Subject: [PATCH] =?UTF-8?q?[#6]=20=EA=B0=9C=EB=B0=9C=20=ED=99=98=EA=B2=BD?= =?UTF-8?q?=20Logging=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/src/main/resources/application-common.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/common/src/main/resources/application-common.yml b/common/src/main/resources/application-common.yml index dc65402..6a4b1ea 100644 --- a/common/src/main/resources/application-common.yml +++ b/common/src/main/resources/application-common.yml @@ -58,4 +58,11 @@ spring: format_sql: true dialect: org.hibernate.dialect.MySQL5InnoDBDialect show_sql: true - use_sql_comments: true \ No newline at end of file + use_sql_comments: true +logging: + level: + org: + hibernate: + type: + descriptor: + sql: trace \ No newline at end of file