Procházet zdrojové kódy

Add a note to consider making supervisorctl connect errors friendlier.

Mike Naberezny před 15 roky
rodič
revize
5fb7cb3b97
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4 0
      TODO.txt

+ 4 - 0
TODO.txt

@@ -1,3 +1,7 @@
+- Consider adding a friendlier error message to supervisorctl when it can't
+  connect to supervisord.  Currently, it dumps a Python backtrace.  Requested
+  by Benjamin Smith.
+
 - Both the "tail" and "fg" commands in supervisorctl have tests to verify
 - Both the "tail" and "fg" commands in supervisorctl have tests to verify
   their error handling but not actual operation.  We should add some additional 
   their error handling but not actual operation.  We should add some additional 
   tests to verify their operation for completeness.
   tests to verify their operation for completeness.