Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #90079 > unrolled thread
| Started by | Rob Clewley <rob.clewley@gmail.com> |
|---|---|
| First post | 2015-05-06 19:31 -0400 |
| Last post | 2015-05-06 19:31 -0400 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
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
| From | Rob Clewley <rob.clewley@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? |
| Message-ID | <mailman.194.1430955072.12865.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web