From fb664ad6c85b99e87de79fa5e5fa54aa5f51959a Mon Sep 17 00:00:00 2001 From: jae-2024 Date: Mon, 16 Mar 2026 16:24:24 +0900 Subject: [PATCH] =?UTF-8?q?[#74]=20Fix:=20yml=20log=ED=99=95=EC=9D=B8=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 5c529cf..5f0aeea 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -5,5 +5,10 @@ spring: server: port: 8080 +logging: + level: + root: INFO + org.springframework: INFO + firebase: key-path: ${FIREBASE_KEY_PATH} \ No newline at end of file