Bläddra i källkod

fix: comment out verbose mode by default (#1696)

Following the comments, verbose mode should be commented out by default.
Amin Farjadi 4 månader sedan
förälder
incheckning
9c039d9026
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      docker/coturn/turnserver.conf

+ 1 - 1
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.