From ed7ef923992be2ceff0dc8d4eab0520a60f107db Mon Sep 17 00:00:00 2001 From: dungbik Date: Sun, 5 Apr 2026 15:23:50 +0900 Subject: [PATCH] =?UTF-8?q?Chore:=20=EB=A1=9C=EA=B9=85=20=EB=A0=88?= =?UTF-8?q?=EB=B2=A8=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.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 4525aea..73bb246 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -2,6 +2,9 @@ spring: application: name: user +logging: + level: + flipnote.user: debug datasource: url: ${DB_URL:jdbc:mysql://localhost:3306/flipnote_user}