Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.119 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.77; '*S*': 0.00; 'cc:addr:python-list': 0.10; '1048576': 0.16; 'wrote:': 0.17; 'received:10.0.1': 0.17; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header :User-Agent:1': 0.26; 'am,': 0.27; 'gary': 0.29; 'received:10.0': 0.33; 'received:google.com': 0.34; 'wrong': 0.34; 'thanks': 0.34; 'doing': 0.35; 'received:209.85.220': 0.35; 'received:209.85': 0.35; 'message-id:@gmail.com': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'received:10': 0.38; 'header:Received:5': 0.40; 'st.': 0.66; '10mb': 0.84; 'subject:over': 0.84; 'vancouver,': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=sTNGgGkw72//35ghWYxLVaotPWlXSUA73Xgq/3Dn2zs=; b=0D6soYQc5V38gksnuFjjlFjSPvtwBgh+ZMcsENHroW8+2GsO1BHTXTidzLmwCCCxjV yqsU8xaU42HOV4WGQSaBDdJt6SuNHdGucZow6IG/OqsvxFPJBRTOR7l0QfyN4kjzNTL7 znD0J4fi2ATsdy9VedX5dc74F9YlohHN29HVg0LK4wTlBUs1k91kxodV25Rdn2wA2crf /m0lAk0UbPkoAcnuavY2HlS7j5TFVy9CaW6S7nCoRxVK3FD/ofphpHXXFgAFdVEOKFeE NNx4vJMDCPJqx6d4LsTUDtcI8YUDoNzQHkef8omUX3NBBPDEgN2b0jUZBWFdORTcneuy C/6A== Date: Wed, 21 Nov 2012 11:50:20 -0800 From: Ron Eggler User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121028 Thunderbird/16.0.2 MIME-Version: 1.0 To: Gary Chambers Subject: Re: logger doesn't roll over References: <4a09e161-9185-4bac-905c-828222bdc67e@googlegroups.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1353527464 news.xs4all.nl 6969 [2001:888:2000:d::a6]:58419 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:33765 Hooops sh*t! I outsmarted myself I guess... :o However, Thanks for the kick GC! Ron Eggler 1804 - 1122 Gilford St. Vancouver, BC V6G 2P5 (778) 230-9442 On 12-11-21 11:41 AM, Gary Chambers wrote: > Ron, > >> LOGFILE, maxBytes=(1048576*10), backupCount=5 >> What am I doing wrong here, I don't get it. > > 10 * 1048576 = 10MB > > -- > GC