Re: i don't see logs

2006-10-10 Thread Jacob Kjome
So, what's the name of the logger that you don't see logs for? And how do you configure log4j? Do you let Log4j load up the config file by picking it up from the classpath automatically, or do you use some sort of manual configuration? Are you sure your config file is getting picked up instead

Re: i don't see logs

2006-10-09 Thread mos
this my log4j.properties file # This is the configuring for logging displayed in the Application Server log4j.rootCategory=INFO, stdout # Replace the line above if you want to put a log file into the directory # you start Tomcat from # log4j.rootCategory=INFO, stdout, R log4j.appender.stdout=o

Re: i don't see logs

2006-10-09 Thread Jacob Kjome
What does your Log4j config file look like? Jake At 06:44 AM 10/9/2006, you wrote: > >Hello >I generation project with appfuse-tapestry-1.9.3-src.zip >in action userList.java code i see logs: > >if (log.isDebugEnabled()) > { >log.debug("fetching user with username: " + username); >

i don't see logs

2006-10-09 Thread mos
Hello I generation project with appfuse-tapestry-1.9.3-src.zip in action userList.java code i see logs: if (log.isDebugEnabled()) { log.debug("fetching user with username: " + username); } in userForm.java: log.debug("checking for remember me login..."); log.debug("Entering 'cance