src/parasol/version.doc 1.46
1.46 2010/01/12 20:22:23 markd
added change descriptions
Index: src/parasol/version.doc
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/parasol/version.doc,v
retrieving revision 1.45
retrieving revision 1.46
diff -b -B -U 4 -r1.45 -r1.46
--- src/parasol/version.doc 5 Aug 2009 23:28:24 -0000 1.45
+++ src/parasol/version.doc 12 Jan 2010 20:22:23 -0000 1.46
@@ -293,4 +293,16 @@
triggers batch back onto curBatches, which makes planner think it is still active.
Fixed parasol client addJob to errAbort with sick batch message if hub returns jobid 0.
+12.11 Add option -logMinPriority to paraHub and paraNode. This sets the minimum syslog
+ priority to log and also works with file logging. It defaults to "warn".
+
+ Moved several log message to debug priority. This greatly reduces the number of
+ messages logged. Messages at warn or error priorities should now be ones requiring
+ operator attention.
+
+ Log parasol remove machine at error level so that operators can easily find
+ machines removed by users.
+
+ Remove trailing / and /. from para -batch argument to fix common problem of
+ batch name mismatch with using file name completion.