On 21/02/13 10:39, Martynas Jusevičius wrote:
Hey,

how can I switch off the inference rule debug messages like this one:

   12:37:13,406 DEBUG FBRuleInfGraph:264 - Adding rule [ (?x
http://spinrdf.org/sp#variable ?y) -> (?x rdf:type
http://spinrdf.org/sp#Bind) ]

I'm using Jena 2.7.2. I tried this in log4j.properties but it doesn't
seem to work:

   com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph=WARN

Such messages aren't normally visible. You must have a log4j.properties which is setting the level to DEBUG globally. Resetting the level of com.hpl.jena.reasoner (or whatever) to WARN should work so long as it's done it the right place. Alternatively you might to set DEBUG level more selectively in the first place.

Dave

Reply via email to