Question on templates and python logging

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Sat Apr 3 23:31:27 EDT 2010


En Sat, 03 Apr 2010 20:42:20 -0300, David LePage <dwlepage at yahoo.com>  
escribió:

> The problem that i'm trying to solve is taking data collected along the  
> way and outputting this into these HTML pages.
> [...]
> I was hoping I could tie the logging classes into something like this,  
> where I was leveraging an HTML template, but also taking advantage of  
> the logging library since it works nicely for me today.

Try this recipe:
http://code.activestate.com/recipes/577025-loggingwebmonitor-a-central-logging-server-and-mon/

-- 
Gabriel Genellina




More information about the Python-list mailing list