mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-02-04 14:25:16 +01:00
Update files for matrix-bridge-wechat: sort the logging verbosity levels
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
parent
855ba5581a
commit
aaf76adbd7
@ -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:
|
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
|
```yaml
|
||||||
# Valid values: debug, info, warn, error, fatal
|
# Valid values: fatal, error, warn, info, debug
|
||||||
matrix_wechat_log_level: 'debug'
|
matrix_wechat_log_level: 'debug'
|
||||||
```
|
```
|
||||||
|
@ -95,7 +95,7 @@ matrix_wechat_encryption_allow: "{{ matrix_bridges_encryption_enabled }}"
|
|||||||
matrix_wechat_encryption_default: "{{ matrix_wechat_encryption_allow }}"
|
matrix_wechat_encryption_default: "{{ matrix_wechat_encryption_allow }}"
|
||||||
|
|
||||||
# Minimum severity of journal log messages.
|
# 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_log_level: 'warn'
|
||||||
|
|
||||||
matrix_wechat_permissions: |
|
matrix_wechat_permissions: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user