瀏覽代碼

temporary enabled debug logging in admin azure

Jejomar Dimayuga 8 年之前
父節點
當前提交
dd09b78a23
共有 1 個文件被更改,包括 8 次插入1 次删除
  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