Alex wrote:
> twisted has a lot of built in logging facilities, see
>
> => from twisted.python import log (like log.LogWrapperResource)
>
> => from twisted.web2 import log
>
> => the logging functionality associated with the 'twistd' script
>
> I know standard log formats are supported, like apac
On 10/23/07, William Stein <[EMAIL PROTECTED]> wrote:
>
>
> On 10/23/07, Ted Kosan <[EMAIL PROTECTED]> wrote:
> >
> > Does anyone know to enable logging of http requests with the twisted
> > version of the SAGE Notebook server?
> >
>
> This functionality is not implemented. The only way I know
On 10/23/07, Ted Kosan <[EMAIL PROTECTED]> wrote:
>
> Does anyone know to enable logging of http requests with the twisted
> version of the SAGE Notebook server?
>
This functionality is not implemented. The only way I know to
enable it would
be to decide what to log and in what format, how th