Details
Description
The values for the cargo.logging property is inserted in the jboss log4j file. As those values are not correct log4j values ("low", "medium", or "high"), this makes JBoss/log4j spit out an error messages. Also, maybe more importantly, logging is set to debug which provides for a very verbose log.
We need to translate the cargo.logging values into correct log4j values.
This was fixed when fixing
CARGO-823.