Merge pull request #12660 from dansgithubuser/fork

Get python print statements to show up in docker logs
This commit is contained in:
AUTOMATIC1111 2023-08-19 08:03:19 +03:00 committed by GitHub
commit ca72db23d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -245,7 +245,7 @@ while [[ "$KEEP_GOING" -eq "1" ]]; do
printf "Launching launch.py..."
printf "\n%s\n" "${delimiter}"
prepare_tcmalloc
"${python_cmd}" "${LAUNCH_SCRIPT}" "$@"
"${python_cmd}" -u "${LAUNCH_SCRIPT}" "$@"
fi
if [[ ! -f tmp/restart ]]; then