Hi
Using log4j to rollover the file when it reaches the specified
size. Rollover happens well and good. When one jvm writes logs using
log4j, other process filter opens the handle to the file and reads. When
the filter starts reading the file when file reaches the max size, the
rolled over file is not there.
Either not created, deleted or truncated. So basically we are
loosing the old logs.please help in addressing the issue. thanks -Sedhu
