Change KMS_DEBUG_LEVEL to KMS_DOCKER_ENV_GST_DEBUG

pull/553/head
cruizba 2020-11-03 17:26:32 +01:00
parent 2f00bc74ae
commit 0710a5732f
3 changed files with 3 additions and 3 deletions

View File

@ -165,7 +165,7 @@ OPENVIDU_CDR_PATH=/opt/openvidu/cdr
# Uncomment the next line and define this variable to change # Uncomment the next line and define this variable to change
# the verbosity level of the logs of KMS # the verbosity level of the logs of KMS
# Documentation: https://doc-kurento.readthedocs.io/en/stable/features/logging.html # Documentation: https://doc-kurento.readthedocs.io/en/stable/features/logging.html
# KMS_DEBUG_LEVEL=3,Kurento*:4,kms*:4,sdp*:4,webrtc*:4,*rtpendpoint:4,rtp*handler:4,rtpsynchronizer:4,agnosticbin:4 # KMS_DOCKER_ENV_GST_DEBUG=
# Openvidu Server Level logs # Openvidu Server Level logs
# -------------------------- # --------------------------

View File

@ -53,7 +53,7 @@ services:
environment: environment:
- KMS_MIN_PORT=40000 - KMS_MIN_PORT=40000
- KMS_MAX_PORT=57000 - KMS_MAX_PORT=57000
- GST_DEBUG=${KMS_DEBUG_LEVEL:-} - GST_DEBUG=${KMS_DOCKER_ENV_GST_DEBUG:-}
redis: redis:
image: openvidu/openvidu-redis:1.0.0 image: openvidu/openvidu-redis:1.0.0

View File

@ -288,7 +288,7 @@ ELASTICSEARCH_PASSWORD=
# Uncomment the next line and define this variable to change # Uncomment the next line and define this variable to change
# the verbosity level of the logs of KMS # the verbosity level of the logs of KMS
# Documentation: https://doc-kurento.readthedocs.io/en/stable/features/logging.html # Documentation: https://doc-kurento.readthedocs.io/en/stable/features/logging.html
# KMS_DOCKER_ENV_KMS_DEBUG_LEVEL=3,Kurento*:4,kms*:4,sdp*:4,webrtc*:4,*rtpendpoint:4,rtp*handler:4,rtpsynchronizer:4,agnosticbin:4 # KMS_DOCKER_ENV_GST_DEBUG=
# Cloudformation configuration # Cloudformation configuration
# -------------------------- # --------------------------