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

Decrease log level to INFO

This commit is contained in:
Mayeul Cantan 2021-08-20 12:42:20 +02:00
parent 25918b0a01
commit 19302af2e0

View file

@ -198,7 +198,7 @@ verify_server_ssl_certificates="true"
matrix_server_supports_asmux="false"
log_filename="/var/log/$app/$app.log"
# https://docs.python.org/3.6/library/logging.html#logging-levels
log_level="DEBUG"
log_level="INFO"
ynh_add_config --template="../conf/config.yaml" --destination="$mautrix_config_path"