I noticed that http://openejb.apache.org/properties-listing.html does not have an entry for openejb.log.factory?
What is the process for getting Tomee to use slf4j/logback? I tried adding the following to conf/system.properties, but it doesn't seem to work as expected. The catalina log shows that it's using org.apache.openejb.util.Slf4jLogStream, but all of the individual application logs are also going to the catalina log rather than the log file defined in logback.xml openejb.log.factory=org.apache.openejb.util.Slf4jLogStreamFactory
