From bba572b1475f3f7c8352d6a4705f44faf2ce981e Mon Sep 17 00:00:00 2001 From: dungbik Date: Sun, 5 Apr 2026 15:29:35 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 73bb246..0a2402e 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -2,10 +2,6 @@ spring: application: name: user -logging: - level: - flipnote.user: debug - datasource: url: ${DB_URL:jdbc:mysql://localhost:3306/flipnote_user} username: ${DB_USERNAME:root} @@ -92,3 +88,7 @@ app: scope: - email - profile + +logging: + level: + flipnote.user: debug