You can always redirect them to /dev/null (or nul on Windows), but that's probably not really what you want. I've handled this in the past by writing a small piece of code that redirects sysout/err to a controlled output stream that starts a new log at midnight. See java.lang.System.setErr and java.lang.System.setOut.
-chris > > Are there parameters that can be set to either control the > size of these > files (logging options- verbose, standard, info, etc) or to > simply shut > logging off? > > Thank you, > Dave Radcliff > Verizon, Network Integration Corp. > 614-801-0572 > [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
