From 652f0fafbbc103f10e5b036bab868d05fbf3a1a8 Mon Sep 17 00:00:00 2001 From: Dante Date: Tue, 20 Jun 2023 18:45:56 +0200 Subject: [PATCH] Fix logging min_level config panel value --- config_panel.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_panel.toml b/config_panel.toml index 27bff09..a691864 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -193,7 +193,7 @@ services = ["__APP__"] help = "Enable only if HomeServer supports MSC2409 (i.e. Synapse 1.22+). If enabled, you should disable bridge -> 'sync_with_custom_puppets'." bind = ":__FINALPATH__/config.yaml" - [advanced.appservice.print_level] + [advanced.appservice.min_level] ask = "Logging print level for Standard Output" type = "select" choices = ["debug", "info", "warn", "error", "fatal"]