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

@@ -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