Stargazer wrote: > If I have an entry in log4j.properties like this > > log4j.rootCategory=DEBUG, Console, R > log4j.appender.R=org.apache.log4j.RollingFileAppender > log4j.appender.R.File=log/mywebapp.log > ... > > the logs from the webapp appear in $RESIN_HOME/log. Is there an entry I > can use to get them to appear in the webapps WEB-INF/log without having > to hard code the path please? > I'm not as familiar with log4j as I should be. Is there a configuration to send the results to java.util.logging? All of Resin's logging is built around the JDK's logging system.
-- Scott > > > _______________________________________________ > resin-interest mailing list > [email protected] > http://maillist.caucho.com/mailman/listinfo/resin-interest > > _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
