From 6814ead8fcb317221ebbb886e929559716dd3e7a Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Tue, 28 Jan 2025 12:36:05 +0900 Subject: [PATCH] Update docs/configuring-playbook-ma1sd.md: fix configuration for increasing logging verbosity Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-ma1sd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuring-playbook-ma1sd.md b/docs/configuring-playbook-ma1sd.md index ab4599591..ced162b8c 100644 --- a/docs/configuring-playbook-ma1sd.md +++ b/docs/configuring-playbook-ma1sd.md @@ -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 ```