[Pellet-users] Pellet and logging within Tomcat

Ignazio Palmisano ignazio_io at yahoo.it
Mon Jun 16 15:43:31 UTC 2008


Carlos Bobed wrote:
> Hi,
> 
> I'm working with Pellet and a JSP interface and I would like to disable
> all the logging. I've tried to change the log4j.properties that comes
> within the pellet.jar file and the log4j.properties that comes within
> the jena.jar file, but it didn't work. I would want to change the level
> of information to FATAL or to OFF. Does anyone have any suggestion?
> Thanks in advance, 
> 

Put one of the modified log4j.properties in your src folder. If 
deploying to a web application, be sure there is a copy of it in the 
WEB-INF/classes folder, so it will be the first log4j.properties found 
in the classpath.
I.



More information about the Pellet-users mailing list