Commit 502e8d6
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 55496b7 commit 502e8d6
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