Fix Tls, fix logging and add uuid for correlation of websocket requests

This commit is contained in:
Pablu23
2025-09-30 21:56:32 +02:00
parent 88fa68fa4c
commit 018d9a9022
5 changed files with 74 additions and 57 deletions

View File

@@ -15,7 +15,7 @@ server:
logging:
level: debug
level: trace
# Pretty print for human consumption otherwise json
pretty: true
# Log incoming requests
@@ -70,6 +70,12 @@ hosts:
domains:
- chat.localhost
- remotes:
- localhost
port: 8080
domains:
- gorilla.localhost
- remotes:
- www.google.com
port: 443