Hi Woodchuck, > how can we toggle the debug flag during runtime? is it possible? or > does it require restarting the application? Depends on how you implement it, I guess. I use commons-logging, which completely depends on the underlying logging framework; log4j by default. With log4j, you can Logger#setLevel() to change logging level at runtime. Never wanted to, though...
Best regards, -- Shinobu Kawai -- Shinobu Kawai <[EMAIL PROTECTED], [EMAIL PROTECTED]> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]