[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Logging into separate Files

PeterJ do-not-reply at jboss.com
Tue May 13 11:16:42 EDT 2008


Are you trying to, for instance, log only your code to the new log file? If so, you need to also add something like this:

   <category name="my.package.name">
  |       <priority value="DEBUG"/>
  |       <appender-ref ref="App1Log" />
  |    </category>
  | 

And remove the < appender-ref ref="App1Log" > from within < root >

If you are attempting to prevent *any* logging to the console. remove the < appender-ref ref="CONSOLE" > line.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4150421#4150421

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4150421



More information about the jboss-user mailing list