Set LANG to C.UTF-8
uwsgi overrides the stdout and stderr with its own implementation which do not use the backslashreplace value for the error argument of open(). Setting LANG to C.UTF-8 workarounds this issue until it's fixed upstream.
uwsgi overrides the stdout and stderr with its own implementation which do not use the backslashreplace value for the error argument of open(). Setting LANG to C.UTF-8 workarounds this issue until it's fixed upstream.