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:
parent
25918b0a01
commit
19302af2e0
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue