Re: Logging Problem

2004-06-24 Thread Tim Patton
you tried setting those system properties upon the JRE startup using -D directive? Oleg -Original Message- From: Tim Patton [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 19:06 To: [EMAIL PROTECTED] Subject: Logging Problem I've been trying to get logging output to debug a

Logging Problem

2004-06-24 Thread Tim Patton
I've been trying to get logging output to debug a cookie problem but no luck so far. As far as I can tell from the docs, I just need these 4 lines of code in my progrma somewhere: System.setProperty("org.apache.commons.logging.simplelog.defaultlog","debug" ); System.setProperty("org.apache.com