On Thu, 21 Feb 2002, Glenn Nielsen wrote: > Currently mod_jk has four logging levels - (debug,info,error,emerg). > > I suggest a fifth log level be added called "request". > (debug, info, request, error, emerg) > > This log level would log each request with the following possible info, > what info is logged could be controlled by an new config option > JkLogRequestFormat.
+1, I don't know if I'll have time to help too much, but it's a good idea. However it may be easier to use the apache logger for that - it provides most of the info you need ( the access log ), and if you need more it is reasonably easy to add ( i.e. as a contribution to httpd project, or just create a new access log module that extends the current one. This is general-purpose and used for all requets. Costin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>