Getting basic Logging up and running

2004-04-07 Thread Jason Palmatier
Hi, I've been trying to get basic logging up and running so I can diagnose an SSL connection problem. I've searched the archive and google for a full day and picked up bits and pieces, which I cobbled together, but still can't seem to get any more output then the initial startup (i.e. output u

RE: Getting basic Logging up and running

2004-04-08 Thread Shapira, Yoav
Hi, Try debug="99" perhaps. Yoav Shapira Millennium Research Informatics >-Original Message- >From: Jason Palmatier [mailto:[EMAIL PROTECTED] >Sent: Wednesday, April 07, 2004 5:27 PM >To: [EMAIL PROTECTED] >Subject: Getting basic Logging up and running > &g

RE: Getting basic Logging up and running

2004-04-08 Thread Jason Palmatier
> Try debug="99" perhaps. > > Yoav Shapira > Millennium Research Informatics > > > >-Original Message- > >From: Jason Palmatier [mailto:[EMAIL PROTECTED] > >Sent: Wednesday, April 07, 2004 5:27 PM > >To: [EMAIL PROTECTED] >

RE: Getting basic Logging up and running

2004-04-08 Thread Shapira, Yoav
Hi, >I tried the debug="99" and got the same results as OK. That was worth a try, but the result is not too surprising, since much of tomcat's logging is done via commons-logging now, and the debug level setting has little or no effect. >Global Logger all I should need for all my logging or >d

RE: Getting basic Logging up and running

2004-04-09 Thread Jason Palmatier
Thank you very much Yoav! I actually ended up just adding the following lines to startup.sh instead of creating the configuration file commons-logging.properties : export -s CATALINA_OPTS="-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog -Dorg.apache.commons.logging.sim