[JBoss-user] [JBoss Seam] - Re: Enable Seam Debug Logging

2006-07-05 Thread bfo81
That would be interesting to me, too. *bump* ;). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955432#3955432 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3955432 Using Tomcat but need to do more? Need to support web

[JBoss-user] [JBoss Seam] - Re: Enable Seam Debug Logging

2006-07-05 Thread petemuir
By default JBoss logs to $JBOSS_HOME/server/default/log/server.log . By default it logs Seam debug messages. Or are you not using JBoss? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955433#3955433 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Enable Seam Debug Logging

2006-07-05 Thread bfo81
Tomcat 5.5 with Eclipse. I can see the log in my Eclipse console, but it's only INFO and WARN. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955434#3955434 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3955434 Using

[JBoss-user] [JBoss Seam] - Re: Enable Seam Debug Logging

2006-07-05 Thread petemuir
I don't know anything about Tomcat, sorry. But you'll need to find out where it logs to (what you get in eclipse is the console output which is typically less verbose than the log) and, then, if there are no debug messags from Seam, adjust the Tomcat log configuration so that they do appear.

[JBoss-user] [JBoss Seam] - Re: Enable Seam Debug Logging

2006-07-05 Thread [EMAIL PROTECTED]
I have no idea how tomcat directly on eclipse works, but in JBoss you can adust log levels in the conf/log4j.xml file. What you see as output from JBoss is the console log, and is filtered to show only INFO/WARN. What you see in log/server.log is every log message that isn't filtered out by

[JBoss-user] [JBoss Seam] - Re: Enable Seam Debug Logging

2006-07-05 Thread nkopp
I'm deploying to the JDeveloepr's built-in OC4J container. Does SEAM use log4j? I looked in its code and it appears to be using jboss logging (which I guess might be using log4j under the covers). If so, what specific settings do I need in my log4j config file in order to get the system to

[JBoss-user] [JBoss Seam] - Re: Enable Seam Debug Logging

2006-07-05 Thread [EMAIL PROTECTED]
Yes it's using log4j under the cover, | category name=org.jboss.seam | priority value=TRACE/ | /category | Will let you have info down to TRACE mode (TRACE, DEBUG, INFO, WARN, ERROR) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955561#3955561