We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc3ca1 commit ed807fcCopy full SHA for ed807fc
CHANGES.rst
@@ -1,6 +1,10 @@
1
4.1.0.dev0 (Next Release)
2
-------------------------
3
4
+- Fixed a bug on Python 3 only where logging to syslog did not work and
5
+ would log the exception ``TypeError: a bytes-like object is required, not 'str'``
6
+ to the main ``supervisord`` log file. Patch by Vinay Sajip and Josh Staley.
7
+
8
- Fixed a Python 3.8 compatibility issue caused by the removal of
9
``cgi.escape()``. Patch by Mattia Procopio.
10
0 commit comments