[JBoss-dev] Is log4j MaxFileSize broken?

2002-02-11 Thread Dain Sundstrom
Before DR1 I was changing log4j.appender.Default.MaxFileSize in my log4j.properties file to 10MB so I could see all of my DB code. Now it seams that this value is always ignored as I can only get a log with 1700 lines. Is this value still used? Is this file still used? On another issue do

Re: [JBoss-dev] Is log4j MaxFileSize broken?

2002-02-11 Thread Jason Dillon
On another issue do we sill need the instantdb.properties file? Nope. --jason ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

Re: [JBoss-dev] Is log4j MaxFileSize broken?

2002-02-11 Thread Dain Sundstrom
can you remove it? Jason Dillon wrote: On another issue do we sill need the instantdb.properties file? Nope. --jason ___ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development

Re: [JBoss-dev] Is log4j MaxFileSize broken?

2002-02-11 Thread Dain Sundstrom
I figgured it out. I'm an idiot. For some reason the log system only logs INFO messages except for org.jboss.system. -dain Dain Sundstrom wrote: Before DR1 I was changing log4j.appender.Default.MaxFileSize in my log4j.properties file to 10MB so I could see all of my DB code. Now it

Re: [JBoss-dev] Is log4j MaxFileSize broken?

2002-02-11 Thread Jason Dillon
Sure. --jason On Mon, 2002-02-11 at 20:24, Dain Sundstrom wrote: can you remove it? Jason Dillon wrote: On another issue do we sill need the instantdb.properties file? Nope. --jason ___ Jboss-development mailing list [EMAIL

Re: [JBoss-dev] Is log4j MaxFileSize broken?

2002-02-11 Thread Scott M Stark
. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Dain Sundstrom [EMAIL PROTECTED] To: JBoss-dev [EMAIL PROTECTED] Sent: Monday, February 11, 2002 8:23 PM Subject: Re: [JBoss-dev] Is log4j MaxFileSize broken? I