1
0
Эх сурвалжийг харах

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

Following the comments, verbose mode should be commented out by default.
Amin Farjadi 4 сар өмнө
parent
commit
9c039d9026

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