Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #63105
| References | <CAO+9iGe9qRjKunCqBd3JaRCkAeZ9WX9vFx9miJP3vRgR7uFcWQ@mail.gmail.com> <2F5C38F8-EC06-453F-8461-A0FF72519170@mac.com> |
|---|---|
| Date | 2014-01-04 15:24 +1100 |
| Subject | Re: Suggest an open-source log analyser? |
| From | Alec Taylor <alec.taylor6@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.4883.1388809462.18130.python-list@python.org> (permalink) |
Web interface (and/or SQL-like query interface); is useful for
drilling down and rolling up multiparametric analyses.
Currently looking at logstash, kibana, graylog2 and a few others.
Might end up writing my own to escape the Java dependency.
Would welcome further suggestions.
On Fri, Jan 3, 2014 at 1:13 AM, William Ray Wing <wrw@mac.com> wrote:
> On Jan 2, 2014, at 12:40 AM, Alec Taylor <alec.taylor6@gmail.com> 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?
>>
>> Thanks for your suggestions,
>>
>> Alec Taylor
>> --
>> https://mail.python.org/mailman/listinfo/python-list
>
> Why web interface? That's a ton of overhead just to look at a text file.
> If you are on UNIX or Linux, I'd just use my favorite editor (or possibly View, which is vi in read-only mode, or More or Less).
> If you give them the extension .log you can use whatever app you use to look at console logs.
>
> -Bill
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Suggest an open-source log analyser? Alec Taylor <alec.taylor6@gmail.com> - 2014-01-04 15:24 +1100
csiph-web