Return-Path: Delivered-To: apmail-logging-log4net-user-archive@www.apache.org Received: (qmail 81491 invoked from network); 2 Dec 2009 16:03:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Dec 2009 16:03:08 -0000 Received: (qmail 56952 invoked by uid 500); 2 Dec 2009 16:03:08 -0000 Delivered-To: apmail-logging-log4net-user-archive@logging.apache.org Received: (qmail 56916 invoked by uid 500); 2 Dec 2009 16:03:08 -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 56907 invoked by uid 99); 2 Dec 2009 16:03:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Dec 2009 16:03:08 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dgerler@gmail.com designates 209.85.223.197 as permitted sender) Received: from [209.85.223.197] (HELO mail-iw0-f197.google.com) (209.85.223.197) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Dec 2009 16:03:06 +0000 Received: by iwn35 with SMTP id 35so202039iwn.4 for ; Wed, 02 Dec 2009 08:02:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:references :in-reply-to:subject:date:message-id:mime-version:content-type :x-mailer:thread-index:content-language; bh=m96umCip1rbwpcfz/xSOfvU+OyO7DRiqW8mO9l5uAcc=; b=Og8tZ+Fr2pvPAhpcJsErPIf1vA+JVdAFMVjaUSe0i8VKLI/kr3g8DLq0DoFf+qHc/u F3/uQ0T5CV/I1rDpsLqDSZjdxe9SGsm8jVVNRq49NaTGICh5HjUMGBN13G9zJjmODPq4 6KMazGvQQYi659Z/v3h9JMlmunqyWgKw8eKZ8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:references:in-reply-to:subject:date:message-id:mime-version :content-type:x-mailer:thread-index:content-language; b=RQmGkeuN5m9zUBj22NL0gwyfdlJ2R2Z/qj5x0X00QRYRyf6OIhafWWkM3lb/Xs1zWN UMVFOC6F0DRybUnMZ9PJJcFB7sLSg4L+pNyCgq5MxUccrex9vaCZkAToB2YhOF18MODb zxxAbWOdAkS8yRDCz+2V+LZ/k2h9GMWQqGHw4= Received: by 10.231.5.79 with SMTP id 15mr555385ibu.7.1259769765397; Wed, 02 Dec 2009 08:02:45 -0800 (PST) Received: from DavePC (68-188-35-6.dhcp.stls.mo.charter.com [68.188.35.6]) by mx.google.com with ESMTPS id 23sm49260iwn.7.2009.12.02.08.02.43 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 02 Dec 2009 08:02:44 -0800 (PST) From: "David Gerler" To: "'Log4NET User'" References: <6af26d830911301507u66c23fb0s9d02ec781f377cb1@mail.gmail.com> In-Reply-To: <6af26d830911301507u66c23fb0s9d02ec781f377cb1@mail.gmail.com> Subject: Using RollingFileAppender with style=Date. Date: Wed, 2 Dec 2009 10:01:35 -0600 Message-ID: <003601ca7368$ba341950$2e9c4bf0$@com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0037_01CA7336.6F99A950" X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcpyEfHJnJZso+OwSSSd85kW8LJYEAACaxEA Content-Language: en-us This is a multi-part message in MIME format. ------=_NextPart_000_0037_01CA7336.6F99A950 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit How do I make it only keep a certain number of files when using the rollingstyle = date? I've looked on the website and have not been able to find an example of anything talking about it. This is what I have now: