Hi,

We are using log4J to implement our logging strategy on our AppServer. 

The settings are configured using the log4J.properties file that is  found
during log4Js default initialisation sequence. On production all settings
will be set to the error level. If you wish to change this then the
appServer will need to be restarted in a controlled manner to pick up the
new file during initialisation.

Is there a recommended way to set up log4J so you can change the levels at
runtime and the code automatically picks this up. Obviously a way that does
not break the EJB spec and ensures all instances of log4J get updated for
each classloader.

regards

Andy Foster




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

Reply via email to