Hey guys JBoss AS's JMX has the ability to set the logging levels dynamically, the service is called Logging
Domain Name: jboss.system service: Logging type: Log4jService MBean Java Class: org.jboss.mx.modelmbean.XMBean I was wondering as opposed to using log4j to log my stuff, I would use util.logging instead. However, I want to the Mbean to control the logging levels of specific loggers. Is there a way to use java.util.logging along with JBoss AS and its JMX logging MBean? Or do I have to write my own MBean to control the logging levels of JBossAS when using java.util.Logging. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003003#4003003 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4003003 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
