mirror of https://github.com/OpenVidu/openvidu.git
Change KMS_DEBUG_LEVEL to KMS_DOCKER_ENV_GST_DEBUG
parent
2f00bc74ae
commit
0710a5732f
|
@ -165,7 +165,7 @@ OPENVIDU_CDR_PATH=/opt/openvidu/cdr
|
|||
# Uncomment the next line and define this variable to change
|
||||
# the verbosity level of the logs of KMS
|
||||
# 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
|
||||
# --------------------------
|
||||
|
|
|
@ -53,7 +53,7 @@ services:
|
|||
environment:
|
||||
- KMS_MIN_PORT=40000
|
||||
- KMS_MAX_PORT=57000
|
||||
- GST_DEBUG=${KMS_DEBUG_LEVEL:-}
|
||||
- GST_DEBUG=${KMS_DOCKER_ENV_GST_DEBUG:-}
|
||||
|
||||
redis:
|
||||
image: openvidu/openvidu-redis:1.0.0
|
||||
|
|
|
@ -288,7 +288,7 @@ ELASTICSEARCH_PASSWORD=
|
|||
# Uncomment the next line and define this variable to change
|
||||
# the verbosity level of the logs of KMS
|
||||
# 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
|
||||
# --------------------------
|
||||
|
|
Loading…
Reference in New Issue