Is it possible to change log4j trace level without restart of WebLogic or GlassFish?
We use -Dlog4j.configuration JVM argument to set log4j config file.
And now neither WebLogic or GlassFish reloads changes if log4j.xml was modified.
In JBoss(at least in JBoss 5.1) there is service org.jboss.logging.Log4jService which allows to set how frequently in seconds the log4j configuration file is checked for changes.
Is there something like this in WebLogic and GlassFish?