Update files for matrix-bridge-hookshot: sort logging levels

Based on docs/configuring-playbook-alertmanager-receiver.md

We can re-sort the levels it if is found out that debug should be placed at the first.

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
Suguru Hirahara
2025-01-25 18:04:42 +09:00
parent 5c39ef8ca2
commit e8213768a5
2 changed files with 2 additions and 2 deletions

View File

@ -153,6 +153,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
# Valid values: error, warn, info, debug
matrix_hookshot_logging_level: debug
```