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