mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-08-17 06:47:48 +00:00
feat(server): add DEBUG_LOGGING environment variable to suppress verbose console output
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user