Fix systemd log format

This commit is contained in:
Maxime Dor
2017-10-17 15:59:16 +02:00
parent 3675da4a0f
commit b976f69c39

View File

@@ -233,4 +233,4 @@ spring:
logging:
pattern:
console: '%d{.SSS}${LOG_LEVEL_PATTERN:%5p} [%15.15t] %35.35logger{34} : %m%n${LOG_EXCEPTION_CONVERSION_WORD:%wEx}'
console: '%d{.SSS} ${LOG_LEVEL_PATTERN:%5p} [%15.15t] %35.35logger{34} : %m%n${LOG_EXCEPTION_CONVERSION_WORD:%wEx}'