[Ante-cvs] SF.net SVN: ante: [489] trunk/ant
Brought to you by:
roguestar191
|
From: <rog...@us...> - 2007-06-05 08:32:38
|
Revision: 489
http://svn.sourceforge.net/ante/?rev=489&view=rev
Author: roguestar191
Date: 2007-06-05 01:32:39 -0700 (Tue, 05 Jun 2007)
Log Message:
-----------
Added move to autorun autokill list
Modified Paths:
--------------
trunk/ant/autorun
trunk/ant/data/config
Modified: trunk/ant/autorun
===================================================================
--- trunk/ant/autorun 2007-02-08 22:30:37 UTC (rev 488)
+++ trunk/ant/autorun 2007-06-05 08:32:39 UTC (rev 489)
@@ -22,6 +22,7 @@
killall croome
killall totalaccess
killall wander
+ killall move
# Ya... Need a pid reporter for modules to kill the pids directly, these killalls are uuugly ><
# All fcgi children will write their pid to a file, and remove their pid
# when they exit or crash or are killed.
Modified: trunk/ant/data/config
===================================================================
--- trunk/ant/data/config 2007-02-08 22:30:37 UTC (rev 488)
+++ trunk/ant/data/config 2007-06-05 08:32:39 UTC (rev 489)
@@ -1,4 +1,4 @@
-LOG_LEVEL=1
+LOG_LEVEL=0
To disable it, set it to 0.
For minimul messages set it to 0.
Setting it higher than 0 _will_ cause a slowdown, only set it up
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|