Browse Source

temporary enabled debug logging in admin azure

Jejomar Dimayuga 8 years ago
parent
commit
dd09b78a23
1 changed files with 8 additions and 1 deletions
  1. 8 1
      crss-admin/crss-admin-azure.yml

+ 8 - 1
crss-admin/crss-admin-azure.yml

@@ -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