0 Replies Latest reply on Jan 6, 2009 8:31 AM by aehrensberger

    Log4J dynamically changed over cluster

    aehrensberger

      Is this possible and if so, HOW would I do it?

      We currently use log4j in our jboss deployed application. We have a user interface that allows you to dynamically change the log level that is being used as well. This works perfectly for the app server that the interface is hooked into.

      But...when used across a cluster of servers A, B, and C...if the user interface session is served from A, changing the logging level will only change the level on A. How would I replicate that change across to B and C?

      Ideas?