From 588be7e11c45a875b9dad1e2162c38a2250a6b9e Mon Sep 17 00:00:00 2001 From: Andrea Terzani Date: Thu, 14 Nov 2024 07:48:06 +0000 Subject: [PATCH] Updated application.properties --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 66fc569..c6c0c77 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -47,7 +47,7 @@ spring.neo4j.authentication.username=neo4j spring.neo4j.authentication.password=01J5h56IsTyyKt spring.main.allow-bean-definition-overriding=true -logging.level.org.springframework.ai.chat.client.advisor=DEBUG +logging.level.org.springframework.ai.chat.client.advisor=INFO eureka.client.serviceUrl.defaultZone: ${EUREKA_URI:http://localhost:8761/eureka} eureka.instance.preferIpAddress: true