1
0
Fork 0
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:
Mayeul Cantan 2021-08-20 12:41:56 +02:00
parent 401c40db4f
commit 25918b0a01

View file

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