|
|
|
@@ -160,3 +160,19 @@ livekit_server_config_rtc_use_external_ip: true |
|
|
|
livekit_server_config_keys: "{{ livekit_server_config_keys_auto | combine(livekit_server_config_keys_custom, recursive=True) }}" |
|
|
|
livekit_server_config_keys_auto: {} |
|
|
|
livekit_server_config_keys_custom: {} |
|
|
|
|
|
|
|
# Controls the `logging.level` configuration property. |
|
|
|
# Known values: debug, info, warn, error |
|
|
|
livekit_server_config_logging_level: info |
|
|
|
|
|
|
|
# Controls the `logging.pion_level` configuration property |
|
|
|
livekit_server_config_logging_pion_level: error |
|
|
|
|
|
|
|
# Controls the `logging.json` configuration property. |
|
|
|
# When set to true, emits json fields. |
|
|
|
livekit_server_config_logging_json: false |
|
|
|
|
|
|
|
# Controls the `logging.sample` configuration property. |
|
|
|
# For production setups, enables sampling algorithm. |
|
|
|
# See: https://github.com/uber-go/zap/blob/master/FAQ.md#why-sample-application-logs |
|
|
|
livekit_server_config_logging_sample: false |