Refactor file path
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user