mirror of
https://github.com/YunoHost-Apps/mautrix_signal_ynh.git
synced 2024-09-03 19:46:07 +02:00
Fix log level blocking upgrade
This commit is contained in:
parent
401c40db4f
commit
25918b0a01
1 changed files with 2 additions and 2 deletions
|
@ -163,8 +163,8 @@ ynh_backup_if_checksum_is_different --file="$mautrix_config_path"
|
|||
|
||||
verify_server_ssl_certificates="true"
|
||||
matrix_server_supports_asmux="false"
|
||||
# Options: debug, info, warn, error, fatal
|
||||
log_level="error"
|
||||
# https://docs.python.org/3.6/library/logging.html#logging-levels
|
||||
log_level="INFO"
|
||||
|
||||
ynh_add_config --template="../conf/config.yaml" --destination="$mautrix_config_path"
|
||||
|
||||
|
|
Loading…
Reference in a new issue