소스 검색

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