로그파일 설정

main
박성영 1 month ago
parent bea56a8e30
commit 6f5b2c7ee3

@ -7,17 +7,3 @@ spring:
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
Loading…
Cancel
Save