소스 검색

enable debug for health profile

Sand Wen 9 년 전
부모
커밋
e0de41b8c4
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      svr-health-profile.yml

+ 4 - 4
svr-health-profile.yml

@ -1,7 +1,7 @@
logging:
logging:
  level:
  level:
    com:
    com:
      netflix: ERROR
      netflix: DEBUG
      
      
data-source:
data-source:
  driver-class-name: com.mysql.jdbc.Driver
  driver-class-name: com.mysql.jdbc.Driver
@ -45,7 +45,7 @@ spring:
  data:
  data:
    solr:
    solr:
      host: http://172.19.103.68:8983/solr # Solr host. Ignored if "zk-host" is set.
      host: http://172.19.103.68:8983/solr # Solr host. Ignored if "zk-host" is set.
      zk-host: host-172-17-110-23,host-172-17-110-27,host-172-17-110-26:2181/solr # ZooKeeper host address in the form HOST:PORT.
      zk-host: node1.jkzldev.com,node2.jkzldev.com,node4.jkzldev.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
data-source:
data-source:
  url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  url: jdbc:mysql://192.168.1.220:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
@ -62,7 +62,7 @@ spring:
  data:
  data:
    solr:
    solr:
      host: http://172.19.103.68:8983/solr # Solr host. Ignored if "zk-host" is set.
      host: http://172.19.103.68:8983/solr # Solr host. Ignored if "zk-host" is set.
      zk-host: host-172-17-110-23,host-172-17-110-27,host-172-17-110-26:2181/solr # ZooKeeper host address in the form HOST:PORT.
      zk-host: node1.jkzldev.com,node2.jkzldev.com,node4.jkzldev.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
data-source:
data-source:
  url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  url: jdbc:mysql://172.19.103.50:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
@ -79,7 +79,7 @@ spring:
  data:
  data:
    solr:
    solr:
      host: http://172.19.103.68:8983/solr # Solr host. Ignored if "zk-host" is set.
      host: http://172.19.103.68:8983/solr # Solr host. Ignored if "zk-host" is set.
      zk-host: host-172-17-110-23,host-172-17-110-27,host-172-17-110-26:2181/solr # ZooKeeper host address in the form HOST:PORT.
      zk-host: node1.jkzldev.com,node2.jkzldev.com,node4.jkzldev.com:2181/solr # ZooKeeper host address in the form HOST:PORT.
data-source:
data-source:
  url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8
  url: jdbc:mysql://11.1.2.5:3306/healtharchive?useUnicode=true&characterEncoding=UTF-8