support JSON logging and prefer it in sample config

We won't actually remove OTLP logging support until testing side-by-side and
seeing that things look good.
This commit is contained in:
Jonathan Klabunde Tomer
2025-11-21 22:45:07 -08:00
committed by Jonathan Klabunde Tomer
parent 640274108e
commit 4d5cc4dc22
2 changed files with 16 additions and 1 deletions

View File

@@ -107,6 +107,10 @@
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-logging</artifactId>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-json-logging</artifactId>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-metrics</artifactId>