Przeglądaj źródła
Merge pull request #2165 from etkecc/patch-94
Change hookshot logging level to warn
pull/2167/head
Slavi Pantaleev
3 lat temu
committed by
GitHub
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z
1 dodań i
1 usunięć
-
roles/matrix-bridge-hookshot/templates/config.yml.j2
|
|
|
@@ -108,7 +108,7 @@ metrics: |
|
|
|
logging: |
|
|
|
# (Optional) Logging settings. You can have a severity debug,info,warn,error |
|
|
|
# |
|
|
|
level: info |
|
|
|
level: warn |
|
|
|
{% if matrix_hookshot_widgets_enabled %} |
|
|
|
widgets: |
|
|
|
# (Optional) EXPERIMENTAL support for complimentary widgets |
|
|
|
|