mirror of
https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh.git
synced 2024-09-03 19:46:01 +02:00
Merge pull request #106 from YunoHost-Apps/fix-min-level-logging-config-panel
Fix logging min_level config panel value
This commit is contained in:
commit
905f934442
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'."
|
||||
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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue