Update docs/configuring-playbook-ma1sd.md: fix configuration for increasing logging verbosity

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
Suguru Hirahara 2025-01-28 12:36:05 +09:00
parent afc78c6ff7
commit 6814ead8fc
No known key found for this signature in database
GPG Key ID: E4F9743DAB4B7B75

View File

@ -158,5 +158,5 @@ If you want to increase the verbosity, add the following configuration to your `
```yaml
# See: https://github.com/ma1uta/ma1sd/blob/master/docs/troubleshooting.md#increase-verbosity
matrix_ma1sd_verbose_logging: false
matrix_ma1sd_verbose_logging: true
```