[Pellet-users] How to get a grip on pellet logging

Andreas Lohmann andreas.lohmann at hs-furtwangen.de
Mon Apr 21 09:12:32 UTC 2008


Hi all,

I'm trying to switch off the logging output I get when invoking the
reasoner.getKB().classify(); or reasoner.classify(); operation (see  
below; outputs printed in red in the eclipse console so obviously  
stderr).

The logging properties in the .properties file I'm loading have the  
expected effect on my own log calls but not on the pellet logging.

I'm using pellet and OWLAPI. There are no other properties files in  
the eclipse project except in pellet.jar but this file also has  
"log4j.rootLogger=warn, stderr" as its default setting. Nevertheless,  
as already mentioned the file I'm loading with  
PropertyConfigurator.configure(url); has the expected effect on my own  
logging code.

Any ideas?

Thx in adv.,
Andreas

*************************
21.04.2008 10:44:39 org.coode.owl.rdfxml.parser.OWLRDFConsumer endModel
INFO: Total number of triples: 322
21.04.2008 10:44:39 org.coode.owl.rdfxml.parser.OWLRDFConsumer endModel
INFO: Loaded http://www.w3.org/ns/wsdl-rdf
21.04.2008 10:44:39 org.coode.owl.rdfxml.parser.OWLRDFConsumer endModel
INFO: Total number of triples: 96
21.04.2008 10:44:39 org.coode.owl.rdfxml.parser.OWLRDFConsumer endModel
INFO: There are multiple resources which are typed as ontologies.   
Using the first
encountered ontology URI.
21.04.2008 10:44:39 org.coode.owl.rdfxml.parser.OWLRDFConsumer endModel
INFO: Loaded http://www.softwareag.com/sws/sao
21.04.2008 10:44:39 org.coode.owl.rdfxml.parser.OWLRDFConsumer endModel
INFO: Total number of triples: 96
21.04.2008 10:44:39 org.coode.owl.rdfxml.parser.OWLRDFConsumer endModel
INFO: There are multiple resources which are typed as ontologies.   
Using the first
encountered ontology URI.
21.04.2008 10:44:39 org.coode.owl.rdfxml.parser.OWLRDFConsumer endModel
INFO: Loaded http://www.softwareag.com/sws/sao
21.04.2008 10:44:40 org.mindswap.pellet.PelletOptions load
INFO: Reading Pellet configuration file
jar:file:/C:/Dokumente%20und%20Einstellungen/Dr.Gonza/Eigene%20Dateien/workspace/sa4cs/lib/pellet/pellet.jar!/pellet.properties
21.04.2008 10:44:40 org.mindswap.pellet.KnowledgeBase prepare
INFO: Expressivity: ALCHOF(D), Classes: 47 Properties: 63 Individuals:  
30 Strategy:
SHONStrategy
21.04.2008 10:44:40 org.mindswap.pellet.ABox isConsistent
INFO: ABox consistency for 0 individuals
21.04.2008 10:44:40 org.mindswap.pellet.ABox isConsistent
INFO: Consistent: true Tree depth: 1 Tree size: 30 Time: 15
21.04.2008 10:44:40  
org.mindswap.pellet.taxonomy.CDOptimizedTaxonomyBuilder classify
INFO: Classes: 49 Individuals: 30
21.04.2008 10:44:40  
org.mindswap.pellet.taxonomy.CDOptimizedTaxonomyBuilder classify
INFO: Starting classification...
21.04.2008 10:44:40  
org.mindswap.pellet.taxonomy.CDOptimizedTaxonomyBuilder classify
INFO: CD classification disabled
21.04.2008 10:44:40 org.mindswap.pellet.ABox isConsistent
INFO: Consistency http://www.softwareag.com/sws/sao#Effect for 0  
individuals []
21.04.2008 10:44:40 org.mindswap.pellet.ABox isConsistent
INFO: Consistent: true Tree depth: 0 Tree size: 1 Time: 0
21.04.2008 10:44:40 org.mindswap.pellet.ABox isConsistent
INFO: Consistency not(http://www.softwareag.com/sws/sao#Effect) for 0  
individuals []
21.04.2008 10:44:40 org.mindswap.pellet.ABox isConsistent
INFO: Consistent: true Tree depth: 0 Tree size: 1 Time: 0
21.04.2008 10:44:40 org.mindswap.pellet.ABox isConsistent
INFO: Consistency  
http://www.semantic-gov.org/Ontologies/automobile#VehicleLicenceNumber
for 0 individuals []
21.04.2008 10:44:40 org.mindswap.pellet.ABox isConsistent
INFO: Consistent: true Tree depth: 0 Tree size: 1 Time: 0
21.04.2008 10:44:40 org.mindswap.pellet.ABox isConsistent
INFO: Consistency
not(http://www.semantic-gov.org/Ontologies/automobile#VehicleLicenceNumber)  
for 0
individuals []
21.04.2008 10:44:40 org.mindswap.pellet.ABox isConsistent
INFO: Consistent: true Tree depth: 0 Tree size: 1 Time: 0
21.04.2008 10:44:40 org.mindswap.pellet.ABox isConsistent
INFO: Consistency http://www.w3.org/ns/wsdl-rdf#Interface for 0 individuals []
21.04.2008 10:44:40 org.mindswap.pellet.ABox isConsistent
INFO: Consistent: true Tree depth: 0 Tree size: 1 Time: 0
21.04.2008 10:44:40 org.mindswap.pellet.ABox isConsistent
***************************************



More information about the Pellet-users mailing list