disable netflix discovery logging

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2024-10-14 23:42:35 +02:00
parent a62d2a121a
commit fbeb899c2d

View File

@@ -5,6 +5,12 @@ eureka:
service-url: service-url:
defaultZone: ${EUREKA-URI:http://localhost:8761/eureka} defaultZone: ${EUREKA-URI:http://localhost:8761/eureka}
logging:
level:
com:
netflix:
discovery: off
spring: spring:
application: application:
name: timezone-service name: timezone-service