Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #63166

Re: Suggest an open-source log analyser?

Path csiph.com!usenet.pasdenom.info!news.albasani.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <alec.taylor6@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.010
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'open-source': 0.04; 'syntax': 0.04; 'json': 0.07; 'cc:addr:python-list': 0.11; 'python': 0.11; 'jan': 0.12; 'class;': 0.16; 'in-depth': 0.16; 'logger': 0.16; 'sqlite': 0.16; 'subject:log': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'example': 0.22; 'cc:addr:python.org': 0.22; 'instead.': 0.24; 'skip:% 10': 0.24; 'stick': 0.24; 'cc:2**0': 0.24; 'query': 0.26; 'header:In-Reply- To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'url:mailman': 0.30; 'serve': 0.31; 'interface': 0.32; 'url:python': 0.33; 'maybe': 0.34; 'something': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'url:listinfo': 0.36; 'subject:?': 0.36; 'url:org': 0.36; 'easily': 0.37; 'e.g.': 0.38; 'pm,': 0.38; 'url:mail': 0.40; 'analysis,': 0.60; 'course': 0.61; 'here': 0.66; 'of:': 0.68; 'alec': 0.84; 'expressive': 0.84; 'subject:source': 0.84; 'viewers': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=y0q1iyOXHVblDKJ+rix3qD/e/IRhleiJfYqo03JcKhE=; b=ysC4AOknx3PD4P3tqlosvNuei89gBG6FtX3iQXMYQGO0ECogSRv2LZF13DcAkxlwJ0 R+gCbKv7/PMdnn23aDNovAb0y8NDr1bb+CegVFTb9R9fjSN+2gN2N/fekqqQ+C/xV6jP YMGB12Ya/vanvfTV+Q8aAmbhDkdQ+xOHcgu/lBbIFciurA2bV/omgKjJXetYt+yZ+DkW BvFDhWCoxPQ4P8ony79vEBdVKc6eoYRxTsilLAYHiDorQOqnEpT0zExNc/CKRC60WHVh FR4/kFrYWExBerNXSUr7Idb505qJWjBR2MUaLXfmnSm+yYz+oy7eluVcNZ+JikjkMqyj l/LA==
MIME-Version 1.0
X-Received by 10.49.73.105 with SMTP id k9mr167774686qev.47.1388893818255; Sat, 04 Jan 2014 19:50:18 -0800 (PST)
In-Reply-To <la8a3f$lam$1@news.albasani.net>
References <mailman.4787.1388641227.18130.python-list@python.org> <la8a3f$lam$1@news.albasani.net>
Date Sun, 5 Jan 2014 14:50:18 +1100
Subject Re: Suggest an open-source log analyser?
From Alec Taylor <alec.taylor6@gmail.com>
To Walter Hurry <walterhurry@lavabit.com>
Content-Type text/plain; charset=ISO-8859-1
Cc "comp.lang.python" <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 <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.4927.1388893828.18130.python-list@python.org> (permalink)
Lines 20
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1388893828 news.xs4all.nl 2879 [2001:888:2000:d::a6]:58888
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:63166

Show key headers only | View raw


Because I'm thinking that something with a much less expressive query
interface would serve me better in the long run... e.g.: Redis or
maybe Hadoop

On Sat, Jan 4, 2014 at 5:35 PM, Walter Hurry <walterhurry@lavabit.com> wrote:
> On Thu, 02 Jan 2014 16:40:19 +1100, Alec Taylor wrote:
>
>> I use the Python logger class; with the example syntax of:
>>     Formatter('%(asctime)s - %(name)s - %(levelname)s - %(message)s')
>>
>> Can of course easily use e.g.: a JSON syntax here instead.
>>
>> Are there any open-source log viewers (e.g.: with a web-interface)
>> that you'd recommend; for drilling down into my logs?
>>
> If you want to do in-depth analysis, why not just stick it into an SQL
> database; e.g. SQLite or Postgres?
>
> --
> https://mail.python.org/mailman/listinfo/python-list

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Suggest an open-source log analyser? Alec Taylor <alec.taylor6@gmail.com> - 2014-01-02 16:40 +1100
  Re: Suggest an open-source log analyser? Roy Smith <roy@panix.com> - 2014-01-02 00:48 -0500
  Re: Suggest an open-source log analyser? Walter Hurry <walterhurry@lavabit.com> - 2014-01-04 06:35 +0000
    Re: Suggest an open-source log analyser? Alec Taylor <alec.taylor6@gmail.com> - 2014-01-05 14:50 +1100
    Re: Suggest an open-source log analyser? Alec Taylor <alec.taylor6@gmail.com> - 2014-01-09 03:46 +1100

csiph-web