From 3498ba639753fe8acd6cff4a7f2abf800350a3c2 Mon Sep 17 00:00:00 2001 From: Peter Siegmund Date: Tue, 15 Oct 2024 00:15:31 +0200 Subject: [PATCH] remove settings Signed-off-by: Peter Siegmund --- src/main/resources/bootstrap.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/main/resources/bootstrap.yml b/src/main/resources/bootstrap.yml index 5611b11..0a2a1a2 100644 --- a/src/main/resources/bootstrap.yml +++ b/src/main/resources/bootstrap.yml @@ -5,12 +5,6 @@ eureka: service-url: defaultZone: ${EUREKA-URI:http://localhost:8761/eureka} -logging: - level: - com: - netflix: - discovery: off - spring: application: name: timezone-service