Sfoglia il codice sorgente

Merge pull request #2854 from etkecc/patch-267

make synapse even more quiet
pull/2857/head
Slavi Pantaleev 2 anni fa
committed by GitHub
parent
commit
b0e8b4ee12
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +3
    -0
      roles/custom/matrix-synapse/defaults/main.yml

+ 3
- 0
roles/custom/matrix-synapse/defaults/main.yml Vedi File

@@ -445,12 +445,15 @@ matrix_synapse_additional_loggers_auto:
# Related to:
# - https://github.com/matrix-org/synapse/issues/16208
# - https://github.com/matrix-org/synapse/issues/16101
# - https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2853
- name: synapse.http.matrixfederationclient
level: CRITICAL
- name: synapse.federation.sender.per_destination_queue
level: CRITICAL
- name: synapse.handlers.device
level: CRITICAL
- name: synapse.replication.tcp.handler
level: CRITICAL

matrix_synapse_additional_loggers_custom: []



Caricamento…
Annulla
Salva