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:
parent
c3a195d873
commit
652f0fafbb
1 changed files with 1 additions and 1 deletions
|
@ -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'."
|
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"
|
bind = ":__FINALPATH__/config.yaml"
|
||||||
|
|
||||||
[advanced.appservice.print_level]
|
[advanced.appservice.min_level]
|
||||||
ask = "Logging print level for Standard Output"
|
ask = "Logging print level for Standard Output"
|
||||||
type = "select"
|
type = "select"
|
||||||
choices = ["debug", "info", "warn", "error", "fatal"]
|
choices = ["debug", "info", "warn", "error", "fatal"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue