1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh.git synced 2024-09-03 19:46:01 +02:00

Fix logging min_level config panel value

This commit is contained in:
Dante 2023-06-20 18:45:56 +02:00
parent c3a195d873
commit 652f0fafbb

View file

@ -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"]