Disable sentry logging

This commit is contained in:
DepFA 2022-09-26 11:55:10 +01:00 committed by AUTOMATIC1111
parent b8a8f749ef
commit e61da308ba

@ -41,6 +41,9 @@ then
venv_dir="venv"
fi
# Disable sentry logging
export ERROR_REPORTING=FALSE
# Do not reinstall existing pip packages on Debian/Ubuntu
export PIP_IGNORE_INSTALLED=0