mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
Default to INFO logging for matrix-synapse-rest-auth, not DEBUG
This commit is contained in:
parent
21a108262f
commit
832a4d71c1
@ -29,7 +29,7 @@
|
||||
matrix_synapse_additional_loggers: >
|
||||
{{ matrix_synapse_additional_loggers }}
|
||||
+
|
||||
{{ [{'name': 'rest_auth_provider', 'level': 'DEBUG'}] }}
|
||||
{{ [{'name': 'rest_auth_provider', 'level': 'INFO'}] }}
|
||||
when: "matrix_synapse_ext_password_provider_rest_auth_enabled"
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user