mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-24 12:58:04 +01:00
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:
committed by
Jonathan Klabunde Tomer
parent
640274108e
commit
4d5cc4dc22
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user