Refactor file path

This commit is contained in:
Rebwon
2021-10-23 17:45:24 +09:00
committed by MaengSol
parent dce2c22054
commit d5dd215dfd

View File

@@ -13,12 +13,14 @@ management:
endpoint: endpoint:
health: health:
show-details: always show-details: always
logfile:
external-file: logs/app.log
health: health:
mail: mail:
enabled: false enabled: false
logging: logging:
file: file:
path: /logs/app.log path: logs/app.log
pattern: pattern:
file: '%d{yyyy-MM-dd HH:mm:ss.SSS} %5p ${hostName} --- [%15.15t] %-40.40c{1.} : %m%n%ex' file: '%d{yyyy-MM-dd HH:mm:ss.SSS} %5p ${hostName} --- [%15.15t] %-40.40c{1.} : %m%n%ex'