diff --git a/service/config/sample.yml b/service/config/sample.yml
index b54a3813b..0259ebfe0 100644
--- a/service/config/sample.yml
+++ b/service/config/sample.yml
@@ -10,18 +10,7 @@ logging:
threshold: ALL
timeZone: UTC
target: stdout
- layout:
- type: json
- timestampFormat: ISO_INSTANT
- includes:
- - timestamp
- - level
- - threadName
- - marker
- - loggerName
- - message
- - exception
- - callerData
+ - type: otlp
tlsKeyStore:
password: secret://tlsKeyStore.password
diff --git a/service/pom.xml b/service/pom.xml
index ab4be76c0..b7e60e75b 100644
--- a/service/pom.xml
+++ b/service/pom.xml
@@ -107,10 +107,6 @@
io.dropwizard
dropwizard-logging
-
- io.dropwizard
- dropwizard-json-logging
-
io.dropwizard
dropwizard-metrics