RE: Log file will not append

2007-01-26 Thread Kamal Ahmed
log4j.logger.org.apache.log4j.config.PropertySetter=INFO log4j.logger.org.apache.log4j.FileAppender=INFO -Original Message- From: Melvin Mah [mailto:[EMAIL PROTECTED] Sent: Friday, January 26, 2007 2:45 AM To: log4j-user@logging.apache.org Subject: Log file will not append I have a program in which it uses the log4j to

Re: Log file will not append

2007-01-26 Thread James Stauffer
Run with -Dlog4j.debug in the command line and look in the system output. On 1/26/07, Melvin Mah <[EMAIL PROTECTED]> wrote: I have a program in which it uses the log4j to produce its logs. Recently, as of last month, it worked fine. But when I tried testing a program, the log, which I specified

Log file will not append

2007-01-25 Thread Melvin Mah
I have a program in which it uses the log4j to produce its logs. Recently, as of last month, it worked fine. But when I tried testing a program, the log, which I specified its destination path to be shown did not append. The settings are as follows: log4j.rootCategory=DEBUG, UNCATEGORIZED log4