From 912f00aa84051eceae101fb3335573347dda4709 Mon Sep 17 00:00:00 2001 From: Kilian Schuettler Date: Mon, 8 Jan 2024 13:49:58 +0100 Subject: [PATCH] RED-8155: bold-detection in ocr-service * fix application.yml --- .../ocr-service-server/src/main/resources/application.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ocr-service-v1/ocr-service-server/src/main/resources/application.yml b/ocr-service-v1/ocr-service-server/src/main/resources/application.yml index 1b10f2c..b7c8893 100644 --- a/ocr-service-v1/ocr-service-server/src/main/resources/application.yml +++ b/ocr-service-v1/ocr-service-server/src/main/resources/application.yml @@ -5,8 +5,6 @@ persistence-service.url: "http://persistence-service-v1:8080" tenant-user-management-service.url: "http://tenant-user-management-service:8080/internal" fforesight.tenants.remote: true -logging.pattern.level: "%5p [${spring.application.name},%X{traceId:-},%X{spanId:-}]" - logging.type: ${LOGGING_TYPE:CONSOLE} kubernetes.namespace: ${NAMESPACE:default} project.version: 1.0-SNAPSHOT @@ -44,12 +42,6 @@ fforesight: logging.pattern.level: "%5p [${spring.application.name},%X{traceId:-},%X{spanId:-}]" management: - tracing: - sampling: - probability: 1.0 - otlp: - tracing: - endpoint: http://otel-collector-opentelemetry-collector.otel-collector:4318/v1/traces endpoint: metrics.enabled: ${monitoring.enabled:false} prometheus.enabled: ${monitoring.enabled:false}