[Cluster-devel] conga/luci/site/luci/Extensions ricci_bridge.py

jparsons at sourceware.org jparsons at sourceware.org
Mon Oct 23 19:24:39 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	jparsons at sourceware.org	2006-10-23 19:24:39

Modified files:
	luci/site/luci/Extensions: ricci_bridge.py 

Log message:
	Fix for bz 211370

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/ricci_bridge.py.diff?cvsroot=cluster&r1=1.31&r2=1.32

--- conga/luci/site/luci/Extensions/ricci_bridge.py	2006/10/20 22:29:22	1.31
+++ conga/luci/site/luci/Extensions/ricci_bridge.py	2006/10/23 19:24:39	1.32
@@ -281,7 +281,7 @@
 def getNodeLogs(rc):
 	errstr = 'log not accessible'
 
-	batch_str = '<module name="log"><request sequence="1254" API_version="1.0"><function_call name="get"><var mutable="false" name="age" type="int" value="360000"/><var mutable="false" name="tags" type="list_str"><listentry value="cluster"/></var></function_call></request></module>'
+	batch_str = '<module name="log"><request sequence="1254" API_version="1.0"><function_call name="get"><var mutable="false" name="age" type="int" value="18000"/><var mutable="false" name="tags" type="list_str"><listentry value="cluster"/></var></function_call></request></module>'
 
 	ricci_xml = rc.batch_run(batch_str, async=False)
 	doc = getPayload(ricci_xml)




More information about the Cluster-devel mailing list