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}