Simon Laws wrote:

What would be put in specific logging properties?


The usual logging configuration, what we want our default logging level to
be on a module by module bases, what handlers to use, configuration of the
handlers e.g. if it's a file handler where to put the file and what to call
it. etc.

I'm using the IBM JDK and that doesn't seem to come with a default
logging.properties file. We could go with hardcoded defaults but as soon as
you want to change something it's problematic. We could ask people to drop
one into jdk/lib but that would be active for any other java apps they use.

Do you know an easy way round this?


I don't know an easy way around this, but I'm still a little confused. If we define a tuscany-logging properties file then what's going to happen when we do:
LogManager.getLogManager().readConfiguration(<stream for 
tuscany-logging.properties>);
Isn't that going to reset the logging configuration for the whole LogManager, altering the log configuration for other projects that use the JDK logger as well?

--
Jean-Sebastien


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to