Selaa lähdekoodia

*** empty log message ***

Chris McDonough 18 vuotta sitten
vanhempi
commit
ca2075de31
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      CHANGES.txt

+ 5 - 0
CHANGES.txt

@@ -46,6 +46,11 @@
   - Removed duplicated code (readLog/readMainLog), thanks to Mike
     Naberezny.
 
+  - Added tailProcessLog command to the XML-RPC API.  It provides a
+    more efficient way to tail logs than readProcessLog().  Use
+    readProcessLog() to read chunks and tailProcessLog() to tail.
+    (thanks to Mike Naberezny).
+
 2.1b2
 
   - Added new tailProcessLog() command to the XML-RPC API that