mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-19 18:08:03 +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
@@ -10,7 +10,18 @@ logging:
|
||||
threshold: ALL
|
||||
timeZone: UTC
|
||||
target: stdout
|
||||
- type: otlp
|
||||
layout:
|
||||
type: json
|
||||
timestampFormat: ISO_INSTANT
|
||||
includes:
|
||||
- timestamp
|
||||
- level
|
||||
- threadName
|
||||
- marker
|
||||
- loggerName
|
||||
- message
|
||||
- exception
|
||||
- callerData
|
||||
|
||||
tlsKeyStore:
|
||||
password: secret://tlsKeyStore.password
|
||||
|
||||
Reference in New Issue
Block a user