@@ -19,4 +19,11 @@ spring:
transport.protocol: smtp
smtp:
auth: true
- starttls.enable: true
+ starttls.enable: true
+logging:
+ pattern:
+ level: 'username:%X{username:-system} %5p'
+ level:
+ com.pemc.crss: DEBUG
+ com.netflix: WARN
+ org.springframework.cloud: DEBUG