Substituting "trace" for "log" led to no logging at all! (With "log" I was
logging everything but servlet log.("...") statements.) Any other
possibilities?
---
John Brecht
Department of Physics and Astronomy
Michigan State University
[EMAIL PROTECTED]
----- Original Message -----
From: Aravind Subramanian
To: [EMAIL PROTECTED]
Sent: Thursday, April 08, 1999 3:00 PM
Subject: Re: logs?
substitute trace for log
John Brecht wrote:
I think this may have been addressed recently, but I don't seem to have a
record of it. Does logging actually work on Windows? My jserv.properties
file contains the following statements having to do with logging:
log=truelog.file=C:\apachegr\ApJServ\logs\jserv.log
log.timestamp=true
log.dateFormat=[dd/MM/yyyy HH:mm:ss:SSS zz]
log.channel.init=true
log.channel.terminate=true
log.channel.serviceRequest=true
log.channel.authentication=true
log.channel.signal=true
log.channel.exceptionTracing=true
log.channel.servletLog=true All of these things are being logged except for
my servlet's attempts to log. The way I code the servlet logging is:
getServletContext().log("blah blah blah..."); Any tips? ---
John Brecht
Department of Physics and Astronomy
Michigan State University
[EMAIL PROTECTED]
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]