diff --git a/admin/src/main/resources/logback-spring.xml b/admin/src/main/resources/logback-spring.xml index 8e2f8cac..a8d0eba6 100644 --- a/admin/src/main/resources/logback-spring.xml +++ b/admin/src/main/resources/logback-spring.xml @@ -7,6 +7,7 @@ + ${APP_NAME} @@ -22,7 +23,7 @@ - 127.0.0.1:4560 + ${LOGSTASH_SERVER} diff --git a/buyer-api/src/main/resources/logback-spring.xml b/buyer-api/src/main/resources/logback-spring.xml index 8e2f8cac..a8d0eba6 100644 --- a/buyer-api/src/main/resources/logback-spring.xml +++ b/buyer-api/src/main/resources/logback-spring.xml @@ -7,6 +7,7 @@ + ${APP_NAME} @@ -22,7 +23,7 @@ - 127.0.0.1:4560 + ${LOGSTASH_SERVER} diff --git a/common-api/src/main/resources/logback-spring.xml b/common-api/src/main/resources/logback-spring.xml index 8e2f8cac..a8d0eba6 100644 --- a/common-api/src/main/resources/logback-spring.xml +++ b/common-api/src/main/resources/logback-spring.xml @@ -7,6 +7,7 @@ + ${APP_NAME} @@ -22,7 +23,7 @@ - 127.0.0.1:4560 + ${LOGSTASH_SERVER} diff --git a/consumer/src/main/resources/logback-spring.xml b/consumer/src/main/resources/logback-spring.xml index 8e2f8cac..a8d0eba6 100644 --- a/consumer/src/main/resources/logback-spring.xml +++ b/consumer/src/main/resources/logback-spring.xml @@ -7,6 +7,7 @@ + ${APP_NAME} @@ -22,7 +23,7 @@ - 127.0.0.1:4560 + ${LOGSTASH_SERVER} diff --git a/manager-api/src/main/resources/logback-spring.xml b/manager-api/src/main/resources/logback-spring.xml index 8e2f8cac..a8d0eba6 100644 --- a/manager-api/src/main/resources/logback-spring.xml +++ b/manager-api/src/main/resources/logback-spring.xml @@ -7,6 +7,7 @@ + ${APP_NAME} @@ -22,7 +23,7 @@ - 127.0.0.1:4560 + ${LOGSTASH_SERVER} diff --git a/seller-api/src/main/resources/logback-spring.xml b/seller-api/src/main/resources/logback-spring.xml index 8e2f8cac..a8d0eba6 100644 --- a/seller-api/src/main/resources/logback-spring.xml +++ b/seller-api/src/main/resources/logback-spring.xml @@ -7,6 +7,7 @@ + ${APP_NAME} @@ -22,7 +23,7 @@ - 127.0.0.1:4560 + ${LOGSTASH_SERVER}