瀏覽代碼

Update files for matrix-bridge-wechat: sort the logging verbosity levels

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4005/head
Suguru Hirahara 1 年之前
父節點
當前提交
aaf76adbd7
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: E4F9743DAB4B7B75
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      docs/configuring-playbook-bridge-wechat.md
  2. +1
    -1
      roles/custom/matrix-bridge-wechat/defaults/main.yml

+ 1
- 1
docs/configuring-playbook-bridge-wechat.md 查看文件

@@ -53,6 +53,6 @@ As with all other services, you can find the logs in [systemd-journald](https://
The default logging level for this component is `warn`. If you want to increase the verbosity, add the following configuration to your `vars.yml` file and re-run the playbook:

```yaml
# Valid values: debug, info, warn, error, fatal
# Valid values: fatal, error, warn, info, debug
matrix_wechat_log_level: 'debug'
```

+ 1
- 1
roles/custom/matrix-bridge-wechat/defaults/main.yml 查看文件

@@ -95,7 +95,7 @@ matrix_wechat_encryption_allow: "{{ matrix_bridges_encryption_enabled }}"
matrix_wechat_encryption_default: "{{ matrix_wechat_encryption_allow }}"

# Minimum severity of journal log messages.
# Valid values: debug, info, warn, error, fatal
# Valid values: fatal, error, warn, info, debug
matrix_wechat_log_level: 'warn'

matrix_wechat_permissions: |


Loading…
取消
儲存