File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 114.0.3.dev0 (Next Release)
22-------------------------
33
4+ - Fixed an issue on Python 2 where running ``supervisorctl tail -f <name> ``
5+ would fail with the message
6+ ``Cannot connect, error: <type 'exceptions.UnicodeEncodeError'> `` where it
7+ may have worked on Supervisor 3.x. The issue was introduced in Supervisor
8+ 4.0.0 due to new bytes/strings conversions necessary to add Python 3 support.
9+ For ``supervisorctl `` to correctly display logs with Unicode characters, the
10+ terminal encoding specified by the environment must support it. If not, the
11+ ``UnicodeEncodeError `` may still occur on either Python 2 or 3. A new
12+ warning message is now printed if a problematic terminal encoding is
13+ detected. Patch by Vinay Sajip.
14+
4154.0.2 (2019-04-17)
516------------------
617
You can’t perform that action at this time.
0 commit comments