From 3ff2af47cb29434816338c8dfe618b174dc213be Mon Sep 17 00:00:00 2001 From: Jonathan Klabunde Tomer Date: Tue, 25 Nov 2025 09:08:57 -0800 Subject: [PATCH] Revert "support JSON logging and prefer it in sample config" This reverts commit 4d5cc4dc2202bfcea764e657c3a126b6365a7dc2. --- service/config/sample.yml | 13 +------------ service/pom.xml | 4 ---- 2 files changed, 1 insertion(+), 16 deletions(-) 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