[jboss-user] [JBoss Seam] - Re: Configuring the Seam Logger to write to disk

2006-09-12 Thread c_eric_ray
An alternative is to add an appender and a category for your application like so... |appender name=YOUR_APP class=org.jboss.logging.appender.DailyRollingFileAppender | errorHandler class=org.jboss.logging.util.OnlyOnceErrorHandler/ | param name=File

[jboss-user] [JBoss Seam] - Re: Configuring the Seam Logger to write to disk

2006-08-25 Thread raja05
The @Log is only a easier way of using Apache Commons Logging. So just put a log4j.properties with your appenders configured to write to disk and drop that in the same jar file where your EJBs are present and it should work View the original post :

[jboss-user] [JBoss Seam] - Re: Configuring the Seam Logger to write to disk

2006-08-25 Thread c_eric_ray
Thank you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3967563#3967563 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3967563 ___ jboss-user mailing list