From 6f5b2c7ee39d2264f6a450c21c7be0bf98cfcad2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=84=B1=EC=98=81?= Date: Wed, 5 Nov 2025 10:43:17 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=ED=8C=8C=EC=9D=BC=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 | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index caac1db..0718988 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -6,18 +6,4 @@ spring: matching-strategy: ant_path_matcher server: - port: 8080 - -# 로그 설정 -logging: - config: classpath:logback-spring.xml - file: - path: ./logs - name: vmis-interface - logback: - rollingpolicy: - max-file-size: 10MB - max-history: 30 - level: - root: INFO - com.vmis.interfaceapp: DEBUG \ No newline at end of file + port: 8080 \ No newline at end of file