diff --git a/go_www.sh b/go_www.sh index 843cf16..ff8f90f 100755 --- a/go_www.sh +++ b/go_www.sh @@ -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 \