You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-user@logging.apache.org by Kirk Benson <ki...@brokat.com> on 2001/01/10 17:17:24 UTC

Configuration

Further reading showed me how to configure log4j for my stateless server
objects:  I can set System Properties, so I can just set the
log4j.configuration value.  pretty nice!

So now a suggestion:

It would be useful to define an additional DEFAULT key which would cause the
properties file to be read via PropertyConfigurator.configureAndWatch().

cheers
Kirk