From 97bbfa954c639789055aaeee11937965207b4ef5 Mon Sep 17 00:00:00 2001 From: 3y Date: Mon, 13 Feb 2023 19:57:27 +0800 Subject: [PATCH] fix read graylog config error --- austin-web/src/main/resources/application.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/austin-web/src/main/resources/application.properties b/austin-web/src/main/resources/application.properties index 4d18dcb..1147b5e 100644 --- a/austin-web/src/main/resources/application.properties +++ b/austin-web/src/main/resources/application.properties @@ -106,3 +106,5 @@ management.health.rabbit.enabled=false ########################################## system start ########################################## server.shutdown=graceful ########################################## system end ########################################## + +austin.grayLog.ip=austin.graylog \ No newline at end of file