Commit 9c5650e
Nils Bars
Set PYTHONIOENCODING=UTF-8 in web container Dockerfile
uWSGI's wsgi.errors stream inherits the default ASCII encoding from
the base image, causing UnicodeEncodeError when logging messages
contain non-ASCII characters (e.g. the Unicode welcome banner).1 parent 4f47637 commit 9c5650e
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
0 commit comments