Kaynağa Gözat

Assign default log level in role instead of matrix_servers file.

pull/2375/head
jakicoll 3 yıl önce
ebeveyn
işleme
0e0ae2f3e6
2 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  1. +0
    -1
      group_vars/matrix_servers
  2. +1
    -1
      roles/custom/matrix-user-verification-service/defaults/main.yml

+ 0
- 1
group_vars/matrix_servers Dosyayı Görüntüle

@@ -3217,7 +3217,6 @@ matrix_user_verification_service_uvs_auth_token: "{{ '%s' | format(matrix_homese
# Pin UVS to only check openId Tokens for the matrix_server_name configured by this playbook.
# This is not the homeserverURL, but rather the domain in the matrix "user ID"
matrix_user_verification_service_uvs_openid_verify_server_name: "{{ matrix_domain }}"
matrix_user_verification_service_uvs_log_level: warning

######################################################################
#


+ 1
- 1
roles/custom/matrix-user-verification-service/defaults/main.yml Dosyayı Görüntüle

@@ -55,7 +55,7 @@ matrix_user_verification_service_uvs_disable_ip_blacklist: false

# Log level, defaults to 'info'
# See choices here: https://github.com/winstonjs/winston#logging-levels
# matrix_user_verification_service_uvs_log_level: info
matrix_user_verification_service_uvs_log_level: warning


######################################################################


Yükleniyor…
İptal
Kaydet