diff options
author | DepFA <35278260+dfaker@users.noreply.github.com> | 2022-09-26 10:55:10 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-09-26 13:19:47 +0000 |
commit | e61da308bace62442833e1d97c897f56d824b68b (patch) | |
tree | ef02a0c76fe9bfc41af90e44948af1a20ba21af2 | |
parent | b8a8f749ef312a33769cc9df9491d6fab145e4c5 (diff) | |
download | stable-diffusion-webui-gfx803-e61da308bace62442833e1d97c897f56d824b68b.tar.gz stable-diffusion-webui-gfx803-e61da308bace62442833e1d97c897f56d824b68b.tar.bz2 stable-diffusion-webui-gfx803-e61da308bace62442833e1d97c897f56d824b68b.zip |
Disable sentry logging
-rwxr-xr-x | webui.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |