mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 12:47:39 +01:00
Assign default log level in role instead of matrix_servers file.
This commit is contained in:
parent
bf5e633656
commit
0e0ae2f3e6
@ -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
|
||||
|
||||
######################################################################
|
||||
#
|
||||
|
@ -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
|
||||
|
||||
|
||||
######################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user