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 d2ad324 commit 861b103Copy full SHA for 861b103
CHANGES.rst
@@ -1,6 +1,11 @@
1
4.0.4.dev0 (Next Release)
2
-------------------------
3
4
+- Fixed a bug where ``supervisorctl tail <name> stdout`` would actually tail
5
+ ``stderr``. Note that ``tail <name>`` without the explicit ``stdout``
6
+ correctly tailed ``stdout``. The bug existed since 3.0a3 (released in
7
+ 2007). Patch by Arseny Hofman.
8
+
9
- Improved the warning message added in 4.0.3 so it is now emitted for
10
both ``tail`` and ``tail -f``. Patch by Vinay Sajip.
11
0 commit comments