jesteria / omnispective

CEM experiment
1 stars 1 forks source link

Investigate capturing log statements to place alongside analytics #12

Open rogersmark opened 11 years ago

rogersmark commented 11 years ago

Both a hook into log statements made during request processing and any exceptions raised.

Consider: 1) e.g. in Django, how easy is it to capture both exception and response, when exception is raised? 2) If hooking into e.g. Python's logging, is threading an issue?

jesteria commented 11 years ago

Added description/notes