Add more debug statements for experimental AS-mode for Matrix ID invites

This commit is contained in:
Max Dor
2018-11-27 23:39:37 +01:00
parent 11fc8f08b0
commit da08e0b4ad
3 changed files with 67 additions and 37 deletions

View File

@@ -14,6 +14,8 @@ logging:
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}'