Continue structural port from Spring Boot to Undertow
- Configuration options - Configuration documentation
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
logging:
|
||||
level:
|
||||
org:
|
||||
springframework: 'WARN'
|
||||
apache:
|
||||
catalina: 'WARN'
|
||||
directory: 'WARN'
|
||||
io.kamax.mxisd.controller.app.v1.AppServiceController: 'DEBUG'
|
||||
io.kamax.mxisd.as.AppServiceHandler: 'DEBUG'
|
||||
pattern:
|
||||
console: '%d{yyyy-MM-dd HH:mm:ss.SSS} ${LOG_LEVEL_PATTERN:%5p} [%15.15t] %35.35logger{34} : %m%n${LOG_EXCEPTION_CONVERSION_WORD:%wEx}'
|
||||
|
||||
---
|
||||
spring:
|
||||
profiles: systemd
|
||||
|
||||
logging:
|
||||
pattern:
|
||||
console: '%d{.SSS} ${LOG_LEVEL_PATTERN:%5p} [%15.15t] %35.35logger{34} : %m%n${LOG_EXCEPTION_CONVERSION_WORD:%wEx}'
|
||||
Reference in New Issue
Block a user