Details
Description
While looking into using Cargo for setting up dev environments of JBoss, I see that Cargo has some altered config files that are used instead of the default JBoss ones (for a standalone configuration). This is because we use token replacements. One problem that I now run into is that these config files are slightly different from the Jboss default ones. As JBoss supports system property resolution for most configuration I'm wondering if we cannot use that?
One example is the log4j config file where we use token replacement to set the logging level. The JBoss way of doing that would be to set the jboss.server.log.threshold property instead when starting the container.
Committed rev 2440 on trunk, which replaces the cargo specific log4j file with standard JBoss system property for logging threshold.