
Hi Chris, Would you be interested in investigating this further? You would need to build logback from sources. This is explained at [1]. If you are using IntelliJ IDEA, the steps are quite trivial. Under eclipse, it's a bit more involved. If you can't be bothered with installing Scala, just remove the "STest" files (tests written in scala) from the source tree. Let me know what you think. [1] http://logback.qos.ch/setup.html#ide On 12.06.2012 16:32, Christopher.White@bbh.com wrote:
I believe this is a WebSphere issue.
When you configure Logback to use <jmxConfigurator/> tag, it does deploy a JMX MBean....but for some reason, within WebSphere, it does not show up when using jConsole.
But it is deployed, and it can be accessed by other programmatic ways.
Here is a recent post that contains a code sample of how I am accessing it via Java code:
http://mailman.qos.ch/pipermail/logback-user/2012-March/003034.html
Thanks, -Chris