Re: Blitz logging
Dan Creswell <[email protected]> Wed, 1 Aug 2007 16:32:04 +0100
| Newsgroups | gmane.comp.java.sun.javaspaces |
|---|---|
| Message-ID | <[email protected]> |
Rikard Elofsson wrote: > Dan Creswell skrev: >> Firstly for Blitz questions, got your ass over to the blitz lists we >> don't want to be bothering those general Javaspaces lists! ;) > > Well I'll make sure I'm on it asap, but the traffic here isnt that > humonguos so I thought a little question couldnt hurt... > >> If you've got this: >> ignoreLogConfig = new Boolean(true); >> >> In your config file, then Blitz is pumping it's outputs via JDK logging >> and so you should be able to tweak default levels in there. If you >> haven't got that line you're using Blitz's own logging control and you >> can set a default level by adding a line in it's config as follows: > > OK yes I have that line but how do I "tweak default levels in there" > more specifically. Sorry for being bad and not figuring it out myself > but tried and failed... You need to configure JDK logging - see here for an example: http://www.exampledepot.com/egs/java.util.logging/Props.html And you'll specifically need to set a default level for the org.dancres.blitz logger tree. HTH Dan. > > //R > > =========================================================================== > To unsubscribe, send email to [email protected] and include in the body > of the message "signoff JAVASPACES-USERS". For general help, send email to > [email protected] and include in the body of the message "help". > > To view past JAVASPACES-USERS postings, please see: > http://archives.java.sun.com/archives/javaspaces-users.html > =========================================================================== To unsubscribe, send email to [email protected] and include in the body of the message "signoff JAVASPACES-USERS". For general help, send email to [email protected] and include in the body of the message "help". To view past JAVASPACES-USERS postings, please see: http://archives.java.sun.com/archives/javaspaces-users.html