[redland-dev] Querying execute debug information

Ricardo J. Méndez mendezster at gmail.com
Wed Jan 24 02:07:30 UTC 2007


Hi,

I've just begun experimenting with redland, modifying the original
example.py provided in the bindings.  Whenever I step through the
results in

	for result in q.execute(model):
	  print "{"
	  for k in result:
	    print "  "+k+" = "+str(result[k])
	  print "}"

the library prints out trace information like

rasqal_engine.c:1319:rasqal_engine_do_step: Graph pattern 0 returned 1
rasqal_engine.c:1347:rasqal_engine_do_step: Got match
rasqal_engine.c:1613:rasqal_engine_get_next_result: Returned step is got match
rasqal_engine.c:1620:rasqal_engine_get_next_result: Solution binds 2 values
rasqal_engine.c:1621:rasqal_engine_get_next_result: New bindings 2
rasqal_engine.c:1634:rasqal_engine_get_next_result: Ending with step
got match and graph pattern 0


How can I turn this debug information off?  RDF.debug(0) doesn't do the trick.

Thanks in advance,


Ricardo J. Méndez
http://ricardo.strangevistas.net/


More information about the redland-dev mailing list