Merge pull request #4006 from luixxiul/patch-1

Update docs/configuring-playbook-ma1sd.md: fix configuration for increasing logging verbosity
This commit is contained in:
Slavi Pantaleev 2025-01-28 07:45:18 +02:00 committed by GitHub
commit 017df4da4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
```