feat(server): add DEBUG_LOGGING environment variable to suppress verbose console output

This commit is contained in:
Koala
2026-06-03 11:57:58 +02:00
parent fa3341cc8e
commit ad33720053
12 changed files with 42 additions and 26 deletions
+2
View File
@@ -6,3 +6,5 @@ MAX_PEERS_PER_ROOM="25"
# Use a long random token, 32+ characters recommended.
ADMIN_METRICS_TOKEN=""
# Optional: set to "1" to enable verbose connection, room-join/leave, and CORS logs in the console. Default is "0" (disabled).
DEBUG_LOGGING="0"