[Spread-cvs] commit: r270 - trunk/daemon

jonathan at spread.org jonathan at spread.org
Thu Aug 25 08:35:49 EDT 2005


Author: jonathan
Date: 2005-08-25 08:35:49 -0400 (Thu, 25 Aug 2005)
New Revision: 270

Modified:
   trunk/daemon/sample.spread.conf
Log:
Document EventPriority configuration flag.



Modified: trunk/daemon/sample.spread.conf
===================================================================
--- trunk/daemon/sample.spread.conf	2005-08-24 22:10:05 UTC (rev 269)
+++ trunk/daemon/sample.spread.conf	2005-08-25 12:35:49 UTC (rev 270)
@@ -37,6 +37,18 @@
 
 #DebugFlags = { PRINT EXIT }
 
+# Set priority level of events to output to log file or screen
+# The possible levels are: 
+#	pDEBUG INFO WARNING ERROR CRITICAL FATAL
+# Once selected all events tagged with that priority or higher will
+# be output. FATAL events are always output and cause the daemon to 
+# shut down. Some Events are tagged with a priority of PRINT which
+# causes them to print out no matter what priority level is set. 
+#
+# The default level used if nothing is set is INFO.
+	
+#EventPriority = { INFO }
+
 #Set whether to log to a file as opposed to stdout/stderr and what 
 # file to log to.
 # Default is to log to stdout.




More information about the Spread-cvs mailing list