Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.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.051 X-Spam-Evidence: '*H*': 0.90; '*S*': 0.00; 'subject:Python': 0.06; 'entirely.': 0.16; 'received:74.208.4.195': 0.16; 'subject:log': 0.16; 'subject:parser': 0.16; 'exception': 0.16; 'wrote:': 0.18; 'code,': 0.22; 'header:User-Agent:1': 0.23; 'post': 0.26; 'header :In-Reply-To:1': 0.27; 'am,': 0.29; 'could': 0.34; 'module.': 0.36; "didn't": 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'either': 0.39; 'full': 0.61; 'show': 0.63; 'received:74.208': 0.68; 'try,': 0.84 Date: Fri, 05 Apr 2013 07:56:26 -0400 From: Dave Angel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Python log parser References: <20130404180032.d9e3ac2a466ade53fd164029@lavabit.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:mW1Qh6W1kM+0X7+6JACK22pWY3IPlUUcurh8Sy9S8+4 UvcZiOa+n3tyRHhLtqM+1SFH+ke/lDjQLFdIRDX/42xxKsHRze QW40aYpKJkY5/+N6CSrRbrorBsnkWihhIqh7IFMcMAuoSpfDKD g/FiKLtOVojCOZHr9svLg7nym5KBO+XC5DodHK1SoSThMl3hMA ZNyVjQrVP2tBjrPoaMnSobJpOjO1xzelJUGPEbQKJamgmSgiLV h6HWNEFu/N/Ljek2rrgMZ+bt+qmTM2lTtZlACDx3DLh93x82kM XxrGEqPTgrRpZGFKYR58lS0Tzr5mtfhaI4eN5C+0T64fk+Uyg= = 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1365163008 news.xs4all.nl 6889 [2001:888:2000:d::a6]:47321 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:42807 On 04/05/2013 07:20 AM, Nac Temha wrote: > I could not do using syslog module. > Please don't top-post. It messes up the history order entirely. What could you not do using syslog? What did you try, and what exception did it throw? Show your code, and either say precisely in what way it didn't "work" or post the full exception traceack. -- DaveA