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


Groups > comp.lang.python > #63112

Re: Suggest an open-source log analyser?

From Walter Hurry <walterhurry@lavabit.com>
Newsgroups comp.lang.python
Subject Re: Suggest an open-source log analyser?
Date 2014-01-04 06:35 +0000
Organization albasani.net
Message-ID <la8a3f$lam$1@news.albasani.net> (permalink)
References <mailman.4787.1388641227.18130.python-list@python.org>

Show all headers | View raw


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?

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