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?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199765#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...