Hi Ceki,

Thanks for responding.

1.  My application is multithreaded and has multiple logging subjects, but
only one RollingFileAppender for this log file. So approximately 30 threads
call logSubject1.info(), logSubject2.info(), etc.  But these all use the
same appender.

2.   I am using configureAndWatch set to 10000.

Thanks

Jeff

On 3/16/07, Ceki Gülcü <[EMAIL PROTECTED]> wrote:

Hi Jeff,

Couple of questions. Are multiple processes writing to the same file? Are
you using the configureAndWatch method?

At 01:39 PM 3/16/2007, Jeff Drew wrote:
>I'm having a problem in one installation where approximately 8 Mb of 0x00
>appear at the start of the log file.  Then the file contains typical log
>output.  A typical RollingFileAppender writes to this file.
>MaxFileSize=100000KB and MaxBackupIndex=3.
>
>Since this log is what I use for application diagnosis, I'm struggling to
>identify what initiates this problem.
>
>Does this sound similar to known mis-configurations, problems, etc?  Any
>suggestions on how to diagnose this problem?
>
>Thanks

--
Ceki Gülcü
Logback: The reliable, generic, fast and flexible logging framework for
Java.
http://logback.qos.ch


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to