right now I have three logs ... servlet.log, jasper.log, tomcat.log.
jasper.log is great for loggin when a JSP serves a request, tomcat.log
doesn't really tell me anything and servlet.log is just as bare as
tomcat.log.

I have all verbosityLevel set to "INFORMATION", I dont really think I need 
debug info :)

e.g 

    <Logger name="tc_log"
            path="logs/tomcat.log"
            verbosityLevel = "INFORMATION"
    />

    <Logger name="servlet_log"
            path="logs/servlet.log"
            verbosityLevel="INFORMATION"
    />

    <Logger name="JASPER_LOG"
            path="logs/jasper.log"
            verbosityLevel = "INFORMATION" />

Out of curiousity, how would I combine both the jasper.log and servlet.log?

    <Logger name="servlet_log"
            path="logs/action.log"
            verbosityLevel="INFORMATION"
    />

    <Logger name="JASPER_LOG"
            path="logs/action.log"
            verbosityLevel = "INFORMATION" />

would this work? I guess I could just try it :)



> -----Original Message-----
> From: Collins, Jim [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 15, 2001 11:46 AM
> To: '[EMAIL PROTECTED]'
> Subject: RE: setting up logs
> 
> 
> Could you not have a logging servlet then? that logs all 
> requests, then
> forwards the request to the appropriate servlet.
> 
> Jim.
> 
> -----Original Message-----
> From: Jody Brownell [mailto:[EMAIL PROTECTED]]
> Sent: 15 February 2001 15:23
> To: '[EMAIL PROTECTED]'
> Subject: RE: setting up logs
> 
> 
> I can, except I am trying to log when a third party servlet 
> serves a request. I dont have the source or control over what it logs!
> 
> :(
> 
> 
> 
> PLEASE READ: The information contained in this e-mail is confidential
> and intended for the named recipient(s) only. If you are not 
> an intended
> recipient of this email you must not copy, distribute or take any
> further action in reliance on it and you should delete it and 
> notify the
> sender immediately. Email is not a secure method of communication and
> Nomura International plc cannot accept responsibility for the accuracy
> or completeness of this message or any attachment(s).  Please 
> check this
> e-mail for virus infection, for which Nomura International plc accepts
> no responsibility. If verification of this email is sought then please
> request a hard copy. Unless otherwise stated any views or opinions
> presented are solely those of the author and do not represent those of
> Nomura International plc. This email is intended for informational
> purposes only and is not a solicitation or offer to buy or sell
> securities or related financial instruments. Nomura 
> International plc is
> regulated by the Securities and Futures Authority Limited and is a
> member of the London Stock Exchange.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to