Bläddra i källkod

Updated TODO for possible tailProcessLog() issue reported by Chris.

Mike Naberezny 17 år sedan
förälder
incheckning
7330fa4a7d
1 ändrade filer med 4 tillägg och 0 borttagningar
  1. 4 0
      TODO.txt

+ 4 - 0
TODO.txt

@@ -14,6 +14,10 @@
 - Subprocess logging appears to stop when the subprocess moves to the "killing"
   state.  Reported to the mailing list by Nicolas Grilly on 2008-04-13.
 
+- supervisor.tailProcessLog() may return too many bytes when the number of
+  bytes requested exceeds the number logged.  This is not certain and needs
+  investigation.  Reported by Chris McDonough.
+
 - Supervisorctl tab completion and history.
 
 - Supervisorctl "debug" command (communicate with a process over its stdin).