Details
Description
Currently, the JBoss log file is hardcoded to never append. The value of the cargo append configuration param is ignored.
Currently, the JBoss log file is hardcoded to never append. The value of the cargo append configuration param is ignored.
After some thinking, I think that this might be difficult to implement. As of
CARGO-823, we will try to navigate away from replacing the JBoss default config files (such as the log4j one) and instead use property resolution in JBoss. However, the append configuration in jboss-log4j.xml is not definable through a property.