1 Reply Latest reply on May 9, 2008 11:39 AM by dmlloyd

    Microcontainer always selects SystemOutLoggerPlugin?

    dmlloyd

      I can't seem to get jbossmc to use any JBoss logger plugin other than the AOP SystemOutLoggerPlugin. Is there something I'm missing? I'm setting "-Dorg.jboss.logging.Logger.pluginClass=org.jboss.logging.NullLoggerPlugin", so it ought to be using that plugin. In any case - I see that jboss-logging-spi doesn't even have code in it to select the SystemOutLoggerPlugin, so I assume that the MC bootstrapper is doing this?

      Incidentally, the SystemOutLoggerPlugin is also selected when I choose JDK logging in JBossAS 5.0.0.Beta4 - I assume the cause is the same.