1
1
Fork 1

changed matrix log level to WARNING from INFO

This commit is contained in:
Andrew 2022-03-06 11:53:33 -05:00
parent d9509381ce
commit cec37b19d3
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ if [ "$DEPLOY_MATRIX" = true ]; then
-e POSTGRES_PASSWORD="${MATRIX_DB_PASSWORD}" \
-e SYNAPSE_NO_TLS=1 \
-e SYNAPSE_ENABLE_REGISTRATION=yes \
-e SYNAPSE_LOG_LEVEL=INFO \
-e SYNAPSE_LOG_LEVEL=WARNING \
-e POSTGRES_DB=synapse \
-e POSTGRES_HOST=matrix-db \
-e POSTGRES_USER=synapse \