I updated the log4j jar to the latest 1.2 version (log4j-1.2.14.jar) and also updated commons-logging.jar (to commons-logging-1.1.1.jar) and things are much better now. There are a lot fewer logs (maybe 1/10th). Apparently, earlier versions of these modules did not pay attention to the log level.
Sachin On Mon, 21 Apr 2008 16:02:42 -0700 Sachin Naik <[EMAIL PROTECTED]> wrote: > DJ Gregor wrote: >> web.xml has this on lines 28-31 (see >> http://opennms.svn.sourceforge.net/viewvc/opennms/opennms/trunk/opennms-webapp/src/main/webapp/WEB-INF/web.xml?view=markup): >> >> <context-param> >> <param-name>log4jConfigLocation</param-name> >> <param-value>/WEB-INF/log4j.properties</param-value> >> </context-param> >> >> So, it's in the right place, it seems. Does the >>log4j.properties file >> in <tomcat >>home>/wtpwebapps/opennms-webapp/WEB-INF/log4j.properties >>look >> right? > This log4j.properties contains my changes (DEBUG -> >INFO), so I think it > looks OK. >> Are seeing logs go to the right place >> ($OPENNMS_HOME/logs/webapp should be the place and *not* >>the console)? >> > I see a few log statements going to : > > <$OPENNMS_HOME>/logs/webapp > > but a ton of them are written out on the Eclipse console >(all the DEBUG logs, and a bunch of INFO logs). > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) >Conference > Don't miss this year's exciting event. There's still >time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Please read the OpenNMS Mailing List FAQ: > http://www.opennms.org/index.php/Mailing_List_FAQ > > opennms-devel mailing list > > To *unsubscribe* or change your subscription options, >see the bottom of this page: > https://lists.sourceforge.net/lists/listinfo/opennms-devel ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Please read the OpenNMS Mailing List FAQ: http://www.opennms.org/index.php/Mailing_List_FAQ opennms-devel mailing list To *unsubscribe* or change your subscription options, see the bottom of this page: https://lists.sourceforge.net/lists/listinfo/opennms-devel
