Update files for go-skype-bridge: common comments for log levels

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
Suguru Hirahara
2025-01-25 21:41:09 +09:00
parent e86254bd54
commit da378b75da
2 changed files with 2 additions and 2 deletions

View File

@ -60,6 +60,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
# Options: debug, info, warn, error, fatal
# Valid values: fatal, error, warn, info, debug
matrix_go_skype_bridge_log_level: 'info'
```