From d1f6d88ce6128b5e7cc13c6211126ca338435168 Mon Sep 17 00:00:00 2001 From: Fenris Wolf Date: Fri, 26 Sep 2025 09:59:02 +0200 Subject: [PATCH] [fix] role:zeitbild_backend:conf:verbosity --- roles/zeitbild_backend/templates/conf.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/zeitbild_backend/templates/conf.json.j2 b/roles/zeitbild_backend/templates/conf.json.j2 index 83b6896..53a99b9 100644 --- a/roles/zeitbild_backend/templates/conf.json.j2 +++ b/roles/zeitbild_backend/templates/conf.json.j2 @@ -4,7 +4,7 @@ { "kind": "stdout", "data": { - "threshold": "info" + "threshold": "{{var_zeitbild_backend_verbosity}}" } } ],