Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsreader4.netcologne.de!news.netcologne.de!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!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.124 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.78; '*S*': 0.03; 'cc:addr:python-list': 0.10; '1048576': 0.16; '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; 'wrong': 0.34; 'doing': 0.35; 'charset:us-ascii': 0.36; 'subject:: ': 0.38; '10mb': 0.84; 'subject:over': 0.84 Date: Wed, 21 Nov 2012 14:41:03 -0500 (EST) From: Gary Chambers To: cerr Subject: Re: logger doesn't roll over In-Reply-To: <4a09e161-9185-4bac-905c-828222bdc67e@googlegroups.com> References: <4a09e161-9185-4bac-905c-828222bdc67e@googlegroups.com> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII 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: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1353527367 news.xs4all.nl 6858 [2001:888:2000:d::a6]:56675 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:33764 Ron, > LOGFILE, maxBytes=(1048576*10), backupCount=5 > What am I doing wrong here, I don't get it. 10 * 1048576 = 10MB -- GC