diff options
author | DepFA <35278260+dfaker@users.noreply.github.com> | 2022-09-26 11:55:10 +0100 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-09-26 16:19:47 +0300 |
commit | e61da308bace62442833e1d97c897f56d824b68b (patch) | |
tree | ef02a0c76fe9bfc41af90e44948af1a20ba21af2 | |
parent | b8a8f749ef312a33769cc9df9491d6fab145e4c5 (diff) |
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 |