Przeglądaj źródła

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 lat temu
committed by GitHub
rodzic
commit
da028abc36
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć
  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 Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz