Kaynağa Gözat

Fix logger name for synapse_auto_accept_invite

The name of the logger needs to match the name of the Python module.

Ref: d673c67678/synapse_auto_accept_invite/__init__.py (L20)
pull/3195/head
Slavi Pantaleev 2 yıl önce
committed by GitHub
ebeveyn
işleme
da028abc36
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: B5690EEEBB952194
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      roles/custom/matrix-synapse/tasks/ext/synapse-auto-accept-invite/setup_install.yml

+ 1
- 1
roles/custom/matrix-synapse/tasks/ext/synapse-auto-accept-invite/setup_install.yml Dosyayı Görüntüle

@@ -17,5 +17,5 @@
{{
matrix_synapse_additional_loggers_auto
+
[{'name': 'matrix_auto_accept_invite', 'level': 'INFO'}]
[{'name': 'synapse_auto_accept_invite', 'level': 'INFO'}]
}}

Yükleniyor…
İptal
Kaydet