RE: Is this a bug or user error?

2008-08-18 Thread Peter Steele
I've heard of this SocketServer. I'll have to check it out. Thanks. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2008 7:44 AM To: Log4CXX User Subject: RE: Is this a bug or user error? Peter - We've had the exact same requirement on platfor

RE: Is this a bug or user error?

2008-08-18 Thread renny . koshy
President & CEO Rubix Information Technologies, Inc. www.rubixinfotech.com "Peter Steele" <[EMAIL PROTECTED]> 08/18/2008 10:35 AM Please respond to "Log4CXX User" To "Log4CXX User" cc Subject RE: Is this a bug or user error? A multi-

RE: Is this a bug or user error?

2008-08-18 Thread Peter Steele
rnold [mailto:[EMAIL PROTECTED] Sent: Friday, August 15, 2008 11:27 AM To: Log4CXX User Subject: Re: Is this a bug or user error? On Aug 15, 2008, at 10:59 AM, Peter Steele wrote: > We use the DailyRollingAppender, defined as follows in our config > file: &g

Re: Is this a bug or user error?

2008-08-15 Thread Curt Arnold
On Aug 15, 2008, at 10:59 AM, Peter Steele wrote: We use the DailyRollingAppender, defined as follows in our config file: class="org.jboss.logging.appender.DailyRollingFileAppender"> class="org.jboss.logging.util.OnlyOnceErrorHandler"/>

Re: Is this a bug or user error?

2008-08-15 Thread Jacob L. Anawalt
On 2008-08-15 09:59, Peter Steele wrote: What's happening is when the rollover occurs at midnight, some processes still log to the original file, which has now been renamed, whereas Interesting that some fail to roll over and close the old file handle. log to the same file, although I've hear

Is this a bug or user error?

2008-08-15 Thread Peter Steele
We use the DailyRollingAppender, defined as follows in our config file: Several applications log to the same log file using this appender. What's happening is when the rollover occurs at midnight, some processes s