Skip to content

Commit 65beba3

Browse files
committed
Add changelog entry for Supervisor#1224
1 parent cbc6a42 commit 65beba3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGES.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
4.0.1.dev0 (Next Release)
22
-------------------------
33

4-
4+
- Fixed an issue on Python 3 where an ``OSError: [Errno 29] Illegal seek``
5+
would occur if ``logfile`` in the ``[supervisord]`` section was set to
6+
a special file like ``/dev/stdout`` that was not seekable, even if
7+
``logfile_maxbytes = 0`` was set to disable rotation. The issue only
8+
affected the main log and not child logs. Patch by Martin Falatic.
59

610
4.0.0 (2019-04-05)
711
------------------

0 commit comments

Comments
 (0)