We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c7bb88 commit a14ccd6Copy full SHA for a14ccd6
chart/mongodb-probe/templates/configmap.yaml
@@ -20,3 +20,8 @@ data:
20
otel.exporter.otlp.endpoint={{ .Values.otlp.tracing.endpoint }}
21
otel.service.name={{ .Values.otlp.serviceName }}
22
spring.application.name={{ .Values.otlp.serviceName }}
23
+
24
+ logging.level.org.springframework.boot.autoconfigure.ssl=debug
25
+ logging.level.org.springframework.boot.ssl=debug
26
+ logging.level.org.mongodb=debug
27
pom.xml
@@ -8,7 +8,7 @@
8
<parent>
9
<groupId>org.springframework.boot</groupId>
10
<artifactId>spring-boot-starter-parent</artifactId>
11
- <version>3.4.3</version>
+ <version>3.4.4</version>
12
<relativePath/>
13
</parent>
14
0 commit comments