diff --git a/src/main/resources/bootstrap.yml b/src/main/resources/bootstrap.yml index 0a2a1a2..5611b11 100644 --- a/src/main/resources/bootstrap.yml +++ b/src/main/resources/bootstrap.yml @@ -5,6 +5,12 @@ eureka: service-url: defaultZone: ${EUREKA-URI:http://localhost:8761/eureka} +logging: + level: + com: + netflix: + discovery: off + spring: application: name: timezone-service