Return-Path: Delivered-To: apmail-logging-log4net-user-archive@www.apache.org Received: (qmail 39902 invoked from network); 27 Jun 2005 19:00:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jun 2005 19:00:58 -0000 Received: (qmail 6177 invoked by uid 500); 27 Jun 2005 19:00:56 -0000 Delivered-To: apmail-logging-log4net-user-archive@logging.apache.org Received: (qmail 6144 invoked by uid 500); 27 Jun 2005 19:00:56 -0000 Mailing-List: contact log4net-user-help@logging.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Log4NET User" List-Id: Delivered-To: mailing list log4net-user@logging.apache.org Received: (qmail 6130 invoked by uid 99); 27 Jun 2005 19:00:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jun 2005 12:00:55 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [209.68.5.16] (HELO relay02.pair.com) (209.68.5.16) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 27 Jun 2005 12:00:55 -0700 Received: (qmail 37740 invoked from network); 27 Jun 2005 19:00:50 -0000 Received: from unknown (HELO ?10.1.121.88?) (unknown) by unknown with SMTP; 27 Jun 2005 19:00:50 -0000 X-pair-Authenticated: 65.205.165.30 Message-ID: <42C04CE1.9020700@sequent.org> Date: Mon, 27 Jun 2005 15:00:49 -0400 From: Baron Schwartz User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: log4net-user@logging.apache.org Subject: Log files misnamed Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I have a RollingFileAppender configured as follows: It should (and usually does) produce files named thusly: log-2005-06-27.txt But every now and again, when I restart the service that's doing the logging, it makes a new file named incorrectly: log-2005-06-27.txt2005-06-27.txt What do you think? It's not a real problem for me, but maybe it is a bug. Thanks Baron