Return-Path: Delivered-To: apmail-commons-user-archive@www.apache.org Received: (qmail 42379 invoked from network); 7 Apr 2011 19:04:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Apr 2011 19:04:04 -0000 Received: (qmail 36511 invoked by uid 500); 7 Apr 2011 19:04:03 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 36427 invoked by uid 500); 7 Apr 2011 19:04:03 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 36419 invoked by uid 99); 7 Apr 2011 19:04:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Apr 2011 19:04:03 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebbaz@gmail.com designates 209.85.220.171 as permitted sender) Received: from [209.85.220.171] (HELO mail-vx0-f171.google.com) (209.85.220.171) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Apr 2011 19:03:57 +0000 Received: by vxc40 with SMTP id 40so2597387vxc.30 for ; Thu, 07 Apr 2011 12:03:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=Ryktb6x9b+yTUO5PoIHOMuJVnV5QoG1pLWkTcCWcmC0=; b=DEI6BwQ+RcMq17K3veSq4d5C31IexqRsaEI8oCgi/NdzzaUwgRFP0aeHllcsYNhvgn BnPEE7eZ9rL/2N7gFqSApLc57DIdUKZHYMOW+Pj3OIZO3rolxwJqHo2C5nUCT6c2BV47 YUPkVNA4hwoA1lwUt6BJ4qvOAk6+MDuIVPRAY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=cxv5R0P0PWBSfPMSvoUSdR/6U5HIdoe1j8rKuORAIKYR/YTe+f78/AvSETGYjuj1aE sHjZlATcXkdg4q7KtV6ALAezSM6ufHplkLeGm1tuq89imFsfvHRd/llrFfAqyh46GYv4 y0x02KuTE6niLEJ/wKJ57Q6Kl/DjwV/H8/kEM= MIME-Version: 1.0 Received: by 10.220.109.135 with SMTP id j7mr389518vcp.1.1302203015870; Thu, 07 Apr 2011 12:03:35 -0700 (PDT) Received: by 10.220.95.210 with HTTP; Thu, 7 Apr 2011 12:03:35 -0700 (PDT) In-Reply-To: References: Date: Thu, 7 Apr 2011 20:03:35 +0100 Message-ID: Subject: Re: [io] Apache Tailer prevents log4j from creating backup files? From: sebb To: Commons Users List Content-Type: text/plain; charset=ISO-8859-1 On 7 April 2011 18:04, Hemal Pandya wrote: > Hello, > > I am trying to use Apache Tailer for a utility that processes log file > entries. > > My log4j configuration creates backup files when the max file size has been > reached. It seems the Tailer is correctly handling the file roll over > without missing any lines but log4j is no longer creating the .1 etc back-up > files. I suspect it is a conflict between with how Tailer has opened the > file and how log4j created backups. > > Does anybody else have similar experience? Is it a usage error on my part? > > Thanks in advance for any answers, pointers or suggestions. > OS? Java version? IO version? --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org