RE: log4j stops logging at console

2005-05-17 Thread Jacob Kjome
Quoting Mark Womack <[EMAIL PROTECTED]>: > Yeah, but you are playing roulette with determining which application > installs the respository selector and assuming they are all trying to > install the same one. It really should be better supported at the container > level. Have you gotten the JNDI

test, please ignore

2005-05-17 Thread Mark Womack
Testing. For some reason my messages to log4j mailing lists are taking a while to post. -Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: log4j stops logging at console

2005-05-17 Thread Mark Womack
Yeah, but you are playing roulette with determining which application installs the respository selector and assuming they are all trying to install the same one. It really should be better supported at the container level. Have you gotten the JNDI context selector to work in JBoss? I tried some

Re: Large log files chainsaw

2005-05-17 Thread Stephen Pain
Hi Andreas, We have large log files as well (between 300MB - 1.5GB per day of pattern layout output). The solution we use, which has its disadvantages admittedly in terms of performance and disk space, is to use two different appenders - one using pattern layout and the other using xml layout

RE: Large log files chainsaw

2005-05-17 Thread Scott Deboy
Here are a few recommendations: - Filter events at the receiver - LogFilePatternReceiver provides a 'filterExpression' parameter. Only events that match the expression are processed in the UI. - Modify VM args - get the bundle from the Chainsaw page and run Chainsaw from the command line, adj

Re: PropertyConfigurator.configure problem

2005-05-17 Thread James Stauffer
See the "Default Initialization Procedure" section at http://logging.apache.org/log4j/docs/manual.html Bascially default initialization is probably happening before you call PropertyConfigurator.configure. It would be best to remove log4j.properties from the classpath. On 5/4/05, Tishkin, Eugene

changing the font and color of error messages

2005-05-17 Thread Sridhar Reddy XR \(AL/EAB\)
Hi, I would like to change the color and font of error messages in the log file while logging. how can i do this??? thanks n regards, Sridhar Reddy -Original Message- From: Curt Arnold [mailto:[EMAIL PROTECTED] Sent: Monday, May 16, 2005 6:11 PM To: Log4J Users List Subject: Re: log4

RE: log4j stops logging at console

2005-05-17 Thread Jacob Kjome
The thing that confused me was that it seemed like he was saying that there were two physically separate instances of JBoss being started up. That is, each in their own JVM. If that were the case, then this issue would be a bit perplexing. If it is all, ultimately running under a single JBoss

Large log files chainsaw

2005-05-17 Thread Andreas Knecht
Hi everyone, I would like to use chainsaw with some production logs (with the filepattern receiver). Only problem is that these logs tend to be around 200-300 MB in size (around 1.2-1.8 Million lines). I've tried increasing the cyclic buffer size to 50 and chainsaw became more or less unu

RE: log4j stops logging at console

2005-05-17 Thread Mark Womack
JBoss, by current design, only provides for one logging context (ie LoggerRepository). On top of that, the JBoss log4j.xml also sets up a special CONSOLE appender that maps the System.out and System.err streams. If you do any kind of configuration after JBoss starts up that affects the console ap