diff --git a/austin-web/src/main/resources/application.yml b/austin-web/src/main/resources/application.yml index b749ef4..ce4b6ed 100644 --- a/austin-web/src/main/resources/application.yml +++ b/austin-web/src/main/resources/application.yml @@ -40,6 +40,8 @@ spring: austin: topic: name: austinTopic + # GrayLog ip 地址 TODO + grayLogIp: # 监控配置 TODO management: @@ -66,4 +68,4 @@ apollo: bootstrap: enabled: true namespaces: boss.austin -# tomcat / .HikariPool(数据库连接池 配置) TODO \ No newline at end of file +# tomcat / HikariPool(数据库连接池 配置) TODO \ No newline at end of file diff --git a/austin-web/src/main/resources/logback.xml b/austin-web/src/main/resources/logback.xml index 9628bce..3edf2b1 100644 --- a/austin-web/src/main/resources/logback.xml +++ b/austin-web/src/main/resources/logback.xml @@ -7,6 +7,8 @@ + + @@ -73,7 +75,7 @@ - 120.48.13.113 + ${grayLogIp} 12201