Appenders

2006-12-27 Thread Paolo Bacci
Hi all, I'm having problems writing to multiple appenders. I made a log4j.properties and I'd like it to write to 2 different log files, but it seems like nothing works I'm doing this on my .properties: log4j.rootLogger=all, stdout, R, html log4j.secondAppender=INHERITED, ap

Re: How to fix it? Warn: No appenders could be found for logger.

2006-11-22 Thread Paolo Bacci
I've solved the problem already. Thanks anyway, Paolo. On 11/21/06, James Stauffer <[EMAIL PROTECTED]> wrote: Run your program with -Dlog4j.debug and it will print output about how it is configured. How are you configuring it? On 11/21/06, Paolo Bacci <[EMAIL PROTECTED]>

How to fix it? Warn: No appenders could be found for logger.

2006-11-21 Thread Paolo Bacci
Hi ppl, I've created a log4j.properties to initialize my program's log, but I keep receiving the warn: "No appenders could be found for logger". I'm using the org.apache.commons to handle the log4j, instead of using directly log4j on my application. Anybody has a clue about how do I fix this pr