From c1d126f2a52275e50890b1538d05a0776821eb41 Mon Sep 17 00:00:00 2001 From: teddy Date: Wed, 12 Nov 2025 14:13:45 +0900 Subject: [PATCH] =?UTF-8?q?logging=20=EB=B6=80=EB=B6=84=20=EC=82=AD?= =?UTF-8?q?=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index bb02a4e3..3d5281a7 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -34,10 +34,6 @@ spring: hibernate: format_sql: true -logging: - level: - root: DEBUG - # ----------------------- # dev # ----------------------- @@ -62,10 +58,6 @@ spring: hibernate: format_sql: true -logging: - level: - root: INFO - # ----------------------- # prod # ----------------------- @@ -89,7 +81,3 @@ spring: properties: hibernate: format_sql: true - -logging: - level: - root: WARN