On 1/3/06, Kevin Dangoor <[EMAIL PROTECTED]> wrote: > > On 1/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > Hello all. I have just got my first Turbogears app near completetion. > > I was wondering what kind of logging does turbogears support. > > I could just some python module to do it, but it makes sense that > > turbogears itself have a logging facility. > > If you deploy behind Apache, you can use Apache's logs. CherryPy can > also output logs, see > > http://www.cherrypy.org/cherrypy-2.1.0/docs/book/chunk/ch03.html#id3051356
What about logging to a database? I find the access log in a table much more convenient. Would this be a case for a CherryPy filter? -- Mike Orr <[EMAIL PROTECTED]> ([EMAIL PROTECTED] address is semi-reliable)

