livekit.yaml: mediasoup logging parameters added
Use same comment format for all logging params. Text is the same than comments in source code.
This commit is contained in:
parent
bf8f1d1bb2
commit
fa1b7d0d69
@ -36,9 +36,11 @@ ingress:
|
||||
whip_base_url: http://localhost:8085/whip
|
||||
logging:
|
||||
# Logging level for the LiveKit server.
|
||||
# Values: "debug", "info" (default), "warn", "error".
|
||||
# Values: debug, info, warn, error.
|
||||
# Default: info.
|
||||
level: info
|
||||
|
||||
# Logging level for the Pion WebRTC engine.
|
||||
# Values: "trace", "debug", "info", "warn", "error" (default).
|
||||
# Values: trace, debug, info, warn, error.
|
||||
# Default: error.
|
||||
pion_level: error
|
||||
|
||||
@ -10,11 +10,27 @@ openvidu:
|
||||
# Values: pion, mediasoup
|
||||
engine: pion
|
||||
mediasoup:
|
||||
# Contents of the DEBUG environment variable passed to mediasoup.
|
||||
# More info: https://www.npmjs.com/package/debug
|
||||
# Global toggle to enable debugging logs from mediasoup.
|
||||
# In most debugging cases, using just an asterisk ("*") here is enough,
|
||||
# but this can be fine-tuned for specific log levels.
|
||||
# More info: https://mediasoup.org/documentation/v3/mediasoup/debugging/
|
||||
# Default: "" (empty).
|
||||
# Overridden by the `DEBUG` env var, if it is set.
|
||||
debug: ""
|
||||
|
||||
# LiveKit configuration
|
||||
# Logging level for logs generated by mediasoup.
|
||||
# More info: https://mediasoup.org/documentation/v3/mediasoup/debugging/
|
||||
# Values: debug, warn, error, none.
|
||||
# Default: error.
|
||||
log_level: error
|
||||
|
||||
# Comma-separated list of log tag names, for debugging.
|
||||
# More info: https://mediasoup.org/documentation/v3/mediasoup/debugging/
|
||||
# Values: info, ice, dtls, rtp, srtp, rtcp, rtx, bwe, score, simulcast, svc, sctp, message.
|
||||
# Default: [] (empty).
|
||||
log_tags: []
|
||||
|
||||
# LiveKit configuration
|
||||
port: 7880
|
||||
bind_addresses:
|
||||
- ""
|
||||
@ -45,9 +61,11 @@ ingress:
|
||||
whip_base_url: http://localhost:8085/whip
|
||||
logging:
|
||||
# Logging level for the LiveKit server.
|
||||
# Values: "debug", "info" (default), "warn", "error".
|
||||
# Values: debug, info, warn, error.
|
||||
# Default: info.
|
||||
level: info
|
||||
|
||||
# Logging level for the Pion WebRTC engine.
|
||||
# Values: "trace", "debug", "info", "warn", "error" (default).
|
||||
# Values: trace, debug, info, warn, error.
|
||||
# Default: error.
|
||||
pion_level: error
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user