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


Groups > comp.lang.python > #90079

Re: [SciPy-User] Is there existing code to log-with-bells-on for runtime algorithm diagnostics?

References <CA+7tCyR=YZstmdZi9smie4=cZc+sXs61-oxzkSLhMW73+0FQVA@mail.gmail.com> <CAF6FJitWApUdez8N9HbQA4zTXYhwWp34e0-cB+B3p5uu_smjCA@mail.gmail.com>
Date 2015-05-06 19:31 -0400
Subject Re: [SciPy-User] Is there existing code to log-with-bells-on for runtime algorithm diagnostics?
From Rob Clewley <rob.clewley@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.194.1430955072.12865.python-list@python.org> (permalink)

Show all headers | View raw


Just to follow up on this thread, for interested readers' future reference...

On Tue, Apr 21, 2015 at 4:22 PM, Robert Kern <robert.kern@gmail.com> wrote:
> On Tue, Apr 21, 2015 at 8:02 PM, Rob Clewley <rob.clewley@gmail.com> wrote:
>> In fact, I'm trying to build a general purpose tool for exploring the
>> inner workings of numerical algorithms for teaching and learning
>> purposes, e.g. for graduate student training or for figuring out
>> parameter choices in difficult applications.
>
> The term you want to search for is "structured logging".
>
> http://www.structlog.org/en/stable/
> http://eliot.readthedocs.org/en/stable/
> https://twiggy.readthedocs.org/en/latest/logging.html#structured-logging
> http://netlogger.lbl.gov/
>

I posted a new blog entry about my prototypical diagnosis and
visualization tools for python numerical algorithms, built over
matplotlib:
http://robclewley.github.io/logging-and-diagnostic-tools-for-numeric-python-algorithms/

They utilize structlog, and I hooked up a noSQL DB (tinydb) to the
logging to enable search capabilities of the log post-mortem. Comments
and PRs most welcome.

Thanks to everyone for the pointers.
-Rob

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


Thread

Re: [SciPy-User] Is there existing code to log-with-bells-on for runtime algorithm diagnostics? Rob Clewley <rob.clewley@gmail.com> - 2015-05-06 19:31 -0400

csiph-web