RE: Log File Size Limiter

2002-04-12 Thread Michael Robin
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Trent Mick Sent: Friday, April 12, 2002 9:50 AM To: Matt Whiteley Cc: [EMAIL PROTECTED] Subject: Re: Log File Size Limiter [Matt Whiteley wrote] > All, > > I need to limit the size of a log file I'm creating. At the m

RE: Log File Size Limiter

2002-04-12 Thread Joseph Youngquist
lps. Joe Youngquist -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Matt Whiteley Sent: Friday, April 12, 2002 7:07 AM To: [EMAIL PROTECTED] Subject: Log File Size Limiter All, I need to limit the size of a log file I'm creating. At the moment, I&#

Re: Log File Size Limiter

2002-04-12 Thread Dragon Lord
Of course, if you want a more capable logging system right now, and don't want to wait for it to be integrated into the standard library, there are two separate ports of Log4j to the Python framework on source-forge. I don't know how good they are, not yet having had time to try them out for myse

Re: Log File Size Limiter

2002-04-12 Thread Trent Mick
[Matt Whiteley wrote] > All, > > I need to limit the size of a log file I'm creating. At the moment, I'm just > appending to it and it's going >100MB which is a bit excessive. > > I'd like the file to 'roll' so the first entries get pushed out as the later > entries come in. > > Are there any

Log File Size Limiter

2002-04-12 Thread Matt Whiteley
All, I need to limit the size of a log file I'm creating. At the moment, I'm just appending to it and it's going >100MB which is a bit excessive. I'd like the file to 'roll' so the first entries get pushed out as the later entries come in. Are there any pre-written examples of this, or is the