hi
I’m new to Jenkins. I’ve installed the latest war file, I’m using a tomcat server, I’ve extracted the log4j.jar file so that it uses the one located on my server everything seems to be working, but getting huge amounts of debug information in my log files seems that the logger level has been set to FINEST for Jenkins and can’t figure out why I’ve tried configuring the webserver’s log4j.properties file to have <category name="jenkins"> ( hudson) <priority value="INFO"/> </category> does someone have an example of what needs to be set to reduce the debug to “INFO” level and yes I’ve https://wiki.jenkins-ci.org/display/JENKINS/Logging also thanks --joe