Probably you should take a look at the other tomcat logfiles (if you are using tomcat). You will find them by default in the <tomcat-install-dir>/log directory.
-Henning On Wed, May 13, 2009 at 12:26 AM, Brian Levine <[email protected]> wrote: > > > Hey all, > > I've been writing some new PageModels (new classes that extend PageModel) > with methods that are invoked from velocity templates. I've added log > statements in the java code, but I don't see the output in roller.log. I > know it's being invoked because the page gets rendered. I also turned on > logging for the class by adding a line in roller-custom.properties. And when > the init method of the PageModel is invoked by the PageServlet, I do get log > output from that -- so I know I'm logging the right class. > > I also tried turning on logging for velocity like this: > log4j.category.org.apache.roller.weblogger.ui.rendering.velocity=DEBUG > > but I still don't see any output in the roller.log file. > > Am I looking in the right place? Do I have to do anything else to get this > to work? > > Any help is most appreciated. > > Thanks! > /Brian > > _________________________________________________________________ > Windows Live™: Keep your life in sync. > http://windowslive.com/explore?ocid=TXT_TAGLM_BR_life_in_synch_052009 -- Dipl.-Inform. Henning Brune http://ekvv.uni-bielefeld.de/pers_publ/publ/PersonDetail.jsp?personId=10185 Universität Bielefeld Projekt BIS Postfach 10 01 31 D-33501 Bielefeld Die neue Homepage des BIS Projektes: http://www.uni-bielefeld.de/bis/
