From 9c039d902675e79126a14de8abff86c9cea33768 Mon Sep 17 00:00:00 2001 From: Amin Farjadi <31803062+amin-farjadi@users.noreply.github.com> Date: Tue, 3 Jun 2025 19:52:26 +0100 Subject: [PATCH] fix: comment out verbose mode by default (#1696) Following the comments, verbose mode should be commented out by default. --- docker/coturn/turnserver.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/coturn/turnserver.conf b/docker/coturn/turnserver.conf index b7c4959..a42797f 100644 --- a/docker/coturn/turnserver.conf +++ b/docker/coturn/turnserver.conf @@ -159,7 +159,7 @@ max-port=65535 # Uncomment to run TURN server in 'normal' 'moderate' verbose mode. # By default the verbose mode is off. -verbose +#verbose # Uncomment to run TURN server in 'extra' verbose mode. # This mode is very annoying and produces lots of output.