You could configure separate appenders for your own app and the jboss AS, logging to separate files. Then configure the respective loggers to use those appenders and disable additiviy to stop the logging mixup at the root logger level.
On 2/24/06, Pedro Costa <[EMAIL PROTECTED]> wrote: > > I've my application that runs over jboss Application Server. When I try to > debug my application, I see that my debug messages are mixed with the > message of the jboss AS. So, it's impossible to see my messages of the > application (log.debug(..)), because the log file is huge. > > How can put all kind of messages (debug, info, etc) of jboss in one file > and > all kind of messages of my application in another file. > > Thanks, > Pedro > > ----------------- > PSC > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Javier González Nicolini
